diff options
author | Alban Browaeys <alban.browaeys@gmail.com> | 2017-10-16 15:36:58 +0200 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-10-17 16:37:19 +0900 |
commit | a7953dbf47b30fbbe499ad6a4a97396a7942232a (patch) | |
tree | 33cfbe22b995bcec41f03201555a04ba1deaed48 /test | |
parent | 90271ae0798dfbdb0d9dce85caf914bee99eca4e (diff) |
Fixes cleanup
Remove leftover references to run-test271.sh.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3eb6940b..9f8fe656 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -11,7 +11,7 @@ AM_TESTS_ENVIRONMENT= \ SH_LOG_COMPILER = sh TESTS=run-test.sh -TESTDATA=4x6.pcf 8x16.pcf out.expected out271.expected fonts.conf.in +TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) @@ -45,7 +45,7 @@ check_PROGRAMS += test-bz96676 test_bz96676_LDADD = $(top_builddir)/src/libfontconfig.la TESTS += test-bz96676 -EXTRA_DIST=run-test.sh run-test271.sh $(TESTDATA) +EXTRA_DIST=run-test.sh $(TESTDATA) CLEANFILES= |