]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: work around Tru64 sh -e issues for instspc*.test.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 18 Jan 2011 21:58:18 +0000 (22:58 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 19 Jan 2011 18:54:07 +0000 (19:54 +0100)
commit7069a8b33278ef1d031a4d25482b3a6767e665b8
treecc14e7226f5acab956644ef4cba818273ae2374f
parenta9a3443097080f8f9855382e75683548f9d7a574
tests: work around Tru64 sh -e issues for instspc*.test.

Apparently, Tru64 sh does not like turning off errexit mode,
and gets confused.

* tests/defs: Document 'errexit' cleanliness requirement.
* tests/defs-static.in: Likewise.  Avoid error from command
substitution to abort instspc*.test with Tru64/OSF 5.1 sh.
* tests/instspc-tests.sh: Drop now-unneeded temporary errexit
dropping.  Add strategic '|| Exit' to let tests work on Tru64.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/defs
tests/defs-static.in
tests/instspc-tests.sh