From: Stefano Lattarini Date: Wed, 31 Oct 2012 10:41:31 +0000 (+0100) Subject: tests: remove spurious leftover use of 'Exit' X-Git-Tag: v1.12.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c6ce7b7496af767b9fb45d897ed942a682cc57;p=thirdparty%2Fautomake.git tests: remove spurious leftover use of 'Exit' Issue revealed by the 'sc_tests_Exit_not_exit' maintainer check. Commit 'v1.12.4-184-g9fed1c8' in master made the same fix basically, but we mistakenly applied it to master only, rather than to maint. * t/per-target-flags.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/per-target-flags.sh b/t/per-target-flags.sh index e5278fb27..4114079cb 100755 --- a/t/per-target-flags.sh +++ b/t/per-target-flags.sh @@ -17,7 +17,7 @@ # Test executable-specific and library-specific flags, both with # and without dependency tracking. -. ./defs || Exit 1 +. test-init.sh makefiles='Makefile libMakefile Makefile2 libMakefile2'