tests: remove spurious leftover use of 'Exit'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:34:50 +0000 (17:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:34:50 +0000 (17:34 +0200)
* 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 <stefano.lattarini@gmail.com>
t/per-target-flags.sh

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