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 <stefano.lattar...@gmail.com> --- 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 e5278fb..4114079 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' -- 1.8.0