summaryrefslogtreecommitdiff
path: root/tests/subst3.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-01-08 19:40:04 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-01-11 22:55:54 +0100
commit7910300390dcdc2a7a4bf67d905f2fe10a7ae588 (patch)
tree95be4398fe138c1422ccd187a9a611cf07eb0938 /tests/subst3.test
parent20664697dcf4a2eabba2b1831b68f9a713d106e8 (diff)
downloadautomake-7910300390dcdc2a7a4bf67d905f2fe10a7ae588.tar.gz
tests: enable 'errexit' shell flag by default.
* tests/defs: Enable `errexit' shell flag (near the end). Removed redundant comment about the enabling of shell traces. * tests/README (Writing test cases): Update, and use nicer formatting in a couple of places. * All tests: Adjusted by removing now-redundant calls to 'set -e'.
Diffstat (limited to 'tests/subst3.test')
-rwxr-xr-xtests/subst3.test6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/subst3.test b/tests/subst3.test
index 1bcb17060..c1b2dfc35 100755
--- a/tests/subst3.test
+++ b/tests/subst3.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2011 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
@@ -20,8 +20,6 @@
required='gcc'
. ./defs || Exit 1
-set -e
-
cat >> configure.in <<'EOF'
AC_PROG_CC
AC_PROG_RANLIB