automake-patches
[Top][All Lists]
Advanced

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

[PATCH] tests: remove spurious leftover use of 'Exit'


From: Stefano Lattarini
Subject: [PATCH] tests: remove spurious leftover use of 'Exit'
Date: Wed, 31 Oct 2012 11:42:32 +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 <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 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




reply via email to

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