]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: workaround for shells with broken 'set -e'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Feb 2012 16:16:54 +0000 (17:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Feb 2012 16:16:54 +0000 (17:16 +0100)
commit682d5ce5382ab50d63eaf9fe373a1370bb435b6f
tree50d04ca70f3fb047a5eb9ac7714259f29e4716cf
parente0906b7e17bc34b1183d273ca0571c10d5619c08
tests: workaround for shells with broken 'set -e'

* tests/yacc-cxx.test: Some versions of the BSD shell wrongly bail
out when the 'errexit' shell flag is active if the left-hand
command in a "&&" list fails and such list is the *last* command
of a "for" or "while" loop or of an "if" construct.  Work around
this issue.
* tests/check12.test: Likewise.
tests/check12.test
tests/yacc-cxx.test