automake-patches
[Top][All Lists]
Advanced

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

[FYI] {master} tests: remove a couple of redundant 'set -e' calls


From: Stefano Lattarini
Subject: [FYI] {master} tests: remove a couple of redundant 'set -e' calls
Date: Thu, 9 Feb 2012 18:19:36 +0100

* tests/conffile-leading-dot.test: Do not set the 'errexit'
shell flag, as it is already set by 'tests/defs'.
* tests/make-dryrun.test: Likewise.
---
 tests/conffile-leading-dot.test |    2 --
 tests/make-dryrun.test          |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tests/conffile-leading-dot.test b/tests/conffile-leading-dot.test
index 1d3d12f..382124e 100755
--- a/tests/conffile-leading-dot.test
+++ b/tests/conffile-leading-dot.test
@@ -21,8 +21,6 @@
 required=GNUmake
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
diff --git a/tests/make-dryrun.test b/tests/make-dryrun.test
index 072d02f..0202dc9 100755
--- a/tests/make-dryrun.test
+++ b/tests/make-dryrun.test
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 mkdir sub
 
 echo AC_OUTPUT >> configure.in
-- 
1.7.7.3




reply via email to

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