automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: remove spurious leftover use of 'Exit'


From: Stefano Lattarini
Subject: [FYI] {master} tests: remove spurious leftover use of 'Exit'
Date: Sat, 27 Oct 2012 17:37:26 +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 <address@hidden>
---
 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 437d0b2..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.
 
-. test-init.sh|| Exit 1
+. test-init.sh
 
 makefiles='Makefile libMakefile Makefile2 libMakefile2'
 
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]