From: Stefano Lattarini Date: Sat, 27 Oct 2012 15:34:50 +0000 (+0200) Subject: tests: remove spurious leftover use of 'Exit' X-Git-Tag: v1.12b~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fed1c8186e58ff7b2152e3901d5d62b6d86d9b9;p=thirdparty%2Fautomake.git tests: remove spurious leftover use of 'Exit' * t/per-target-flags.sh: Here, and simply use 'exit' instead. Issue revealed by the 'sc_tests_Exit_not_exit' maintainer check. Signed-off-by: Stefano Lattarini --- diff --git a/t/per-target-flags.sh b/t/per-target-flags.sh index 437d0b2f3..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. -. test-init.sh|| Exit 1 +. test-init.sh makefiles='Makefile libMakefile Makefile2 libMakefile2'