]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove redundant 'set -e' calls
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jan 2012 16:59:46 +0000 (17:59 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jan 2012 16:59:46 +0000 (17:59 +0100)
* tests/aclocal-install-absdir.test: Do not set the 'errexit' shell
flag, as it is already set by 'tests/defs'.
* tests/distcheck-pr10470.test: Likewise.
* tests/objext-pr10128.test: Likewise.
* tests/parallel-tests-dry-run-1.test: Likewise.
* tests/silent-nested-vars.test: Likewise.
* tests/tar-override.test: Likewise.
* tests/vala-mix.test: Likewise.
* tests/vala-vpath.test: Likewise.

tests/aclocal-install-absdir.test
tests/distcheck-pr10470.test
tests/objext-pr10128.test
tests/parallel-tests-dry-run-1.test
tests/silent-nested-vars.test
tests/tar-override.test
tests/vala-mix.test
tests/vala-vpath.test

index 1a642b5fd1f63528db8de877300088353fd37de3..64d9b62ab2499a039d07efce810b225411e64334 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 mkdir loc sys
 
 echo 'AM_DUMMY_MACRO' >> configure.in
index d3e4839fb02cdac170478889e7f2c386223af352..5e90d0ace14fa24015aec11082b462c9526b5ef2 100755 (executable)
@@ -22,8 +22,6 @@
 am_parallel_tests=no
 . ./defs || Exit 1
 
-set -e
-
 mkdir foo.d
 sh -c "cd foo.d && sleep '4'" &
 # Without this sleep, the "rm -rf foo.d" below would reliably beat
index 06921640b24056189f897639b8a4270901fd2381..120986c9995dee0e5d7d82db5574142620827651 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 echo AC_OUTPUT >> configure.in
 
 cat > Makefile.am <<'END'
index b0f94e5b21ebe07bea58e08e5bcc41ba1c8cfc77..4ed59f0d942de3b4778100b98ccedd7a6e9f24e0 100755 (executable)
@@ -20,8 +20,6 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 echo AC_OUTPUT >> configure.in
 
 cat > Makefile.am <<'END'
index 0024b5d3854832213561c9a90a23e4ee6c2b6834..4e5d73ebef51ee5930049df03f174cc7726a2b11 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in <<'EOF'
 AM_SILENT_RULES
 AC_PROG_CC
index b08c9f8820f69abc000fbe284fadb2668994e831..3dd418066b9e8147ba095465cbbdfb09a2c19786 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cwd=`pwd` || fatal_ "couldn't get current working directory"
 
 echo AC_OUTPUT >> configure.in
index 73a07d93b67cd8f29c6672e6458c352a1733c834..b1d1bafdbf5ca89ea28f132955735633795b1160 100755 (executable)
@@ -19,8 +19,6 @@
 required='valac cc GNUmake'
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_PROG_CC
 AM_PROG_CC_C_O
index 8f2b6774a8d9189f6c3ad915e0fbcb58a5e7ab9b..c878c865c23ffb782a1f176b6f00f8147330f687 100755 (executable)
@@ -20,8 +20,6 @@
 required="valac GNUmake"
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_CONFIG_SRCDIR([hello.vala])
 AC_PROG_CC