Fight deprecation warnings in test

This time, in installed tests.
This commit is contained in:
Matthias Clasen
2014-06-28 00:41:26 -04:00
parent 931958f9f4
commit c4e533ecd6
8 changed files with 8 additions and 8 deletions

View File

@ -181,7 +181,7 @@ nobase_insttest_DATA = $(test_icontheme)
%.test: %$(EXEEXT) Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
echo 'Type=session' >> $@.tmp; \
echo 'Exec=$(insttestdir)/$<' >> $@.tmp; \
echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/$<' >> $@.tmp; \
mv $@.tmp $@)
test_files = $(TEST_PROGS:=.test)