From f8061ae7972462ad800c23be7cd7b3d7ab94b93b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 May 2016 10:28:24 +0200 Subject: [PATCH] [tests] Fix test --- test/shaping/Makefile.am | 2 +- .../{fallback-positioning.test => fallback-positioning.tests} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/shaping/tests/{fallback-positioning.test => fallback-positioning.tests} (100%) diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index b3b6300f5..e67e3ef6c 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -47,7 +47,7 @@ TESTS = \ tests/context-matching.tests \ tests/cursive-positioning.tests \ tests/default-ignorables.tests \ - tests/fallback-positioning.test \ + tests/fallback-positioning.tests \ tests/fuzzed.tests \ tests/hangul-jamo.tests \ tests/hyphens.tests \ diff --git a/test/shaping/tests/fallback-positioning.test b/test/shaping/tests/fallback-positioning.tests similarity index 100% rename from test/shaping/tests/fallback-positioning.test rename to test/shaping/tests/fallback-positioning.tests