]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix spurious testsuite failure when /bin/sh is dash
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Dec 2014 12:03:35 +0000 (13:03 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Dec 2014 13:10:21 +0000 (14:10 +0100)
commit77694d0f0e9ff5730600e6c50d74d0775ff10f0a
tree512918892df38111cb7f12c31559b990669d0519
parent247b02e5a5bb79ca6666e91de02ae2d3cb0cd325
Fix spurious testsuite failure when /bin/sh is dash

The testsuite used slightly different logic in the code employed to
decide whether a test should be skipped due to a limitation of the
selected shell, and in the code running the test itself.

* tests/autotest.at (Syntax error): Adjust.
(parallel syntax error): Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/autotest.at