Fix another installed test typo

This one was causing us to install invalid .test files and thereby
breaking all continuous tests :-(
This commit is contained in:
Matthias Clasen 2016-03-07 10:50:43 -05:00
parent 13a94b66b6
commit 3015f46170

View File

@ -44,7 +44,7 @@ nobase_insttest_DATA = $(test_simplify)
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
echo 'Type=session' >> $@.tmp; \ echo 'Type=session' >> $@.tmp; \
echo 'Output=TAP' >> $@.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 $@) mv $@.tmp $@)
test_files = $(TEST_PROGS:=.test) test_files = $(TEST_PROGS:=.test)