From 9fed1c8186e58ff7b2152e3901d5d62b6d86d9b9 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 27 Oct 2012 17:34:50 +0200 Subject: [PATCH] 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 --- t/per-target-flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.2