diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-01-08 19:40:04 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-01-11 22:55:54 +0100 |
commit | 7910300390dcdc2a7a4bf67d905f2fe10a7ae588 (patch) | |
tree | 95be4398fe138c1422ccd187a9a611cf07eb0938 /tests/cond16.test | |
parent | 20664697dcf4a2eabba2b1831b68f9a713d106e8 (diff) | |
download | automake-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/cond16.test')
-rwxr-xr-x | tests/cond16.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cond16.test b/tests/cond16.test index 24f18df50..9a60e029b 100755 --- a/tests/cond16.test +++ b/tests/cond16.test @@ -20,8 +20,6 @@ required=gcc . ./defs || Exit 1 -set -e - cat > configure.in << 'END' AC_INIT(hello.c) AM_INIT_AUTOMAKE(hello,0.23) |