summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-07 10:50:43 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-07 10:50:43 -0500
commit3015f46170a9573c871163ecc65500f3ac9937ac (patch)
treef2f62db4ea501d6f55746473e45bcef9ebbb933a /testsuite
parent13a94b66b6d4381554658657b1937b8f44be8b21 (diff)
downloadgtk+-3015f46170a9573c871163ecc65500f3ac9937ac.tar.gz
Fix another installed test typo
This one was causing us to install invalid .test files and thereby breaking all continuous tests :-(
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)