From 3015f46170a9573c871163ecc65500f3ac9937ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Mar 2016 10:50:43 -0500 Subject: [PATCH] Fix another installed test typo This one was causing us to install invalid .test files and thereby breaking all continuous tests :-( --- testsuite/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tools/Makefile.am b/testsuite/tools/Makefile.am index 0dd510f8b3..b6bac18a99 100644 --- a/testsuite/tools/Makefile.am +++ b/testsuite/tools/Makefile.am @@ -44,7 +44,7 @@ nobase_insttest_DATA = $(test_simplify) $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ echo 'Type=session' >> $@.tmp; \ echo 'Output=TAP' >> $@.tmp; \ - echo 'Exec env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \ + echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \ mv $@.tmp $@) test_files = $(TEST_PROGS:=.test)