From f1c6ce7b7496af767b9fb45d897ed942a682cc57 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 31 Oct 2012 11:41:31 +0100 Subject: [PATCH] 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 --- 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 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' -- 2.47.2