tests: remove spurious leftover use of 'Exit'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 31 Oct 2012 10:41:31 +0000 (11:41 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 31 Oct 2012 10:42:02 +0000 (11:42 +0100)
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.lattarini@gmail.com>
t/per-target-flags.sh

index e5278fb..4114079 100755 (executable)
@@ -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'