]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid syntax error in ash.
authorEric Blake <ebb9@byu.net>
Thu, 2 Jul 2009 17:32:39 +0000 (11:32 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 3 Jul 2009 12:42:30 +0000 (06:42 -0600)
commit1ba58ec955f5e2f265f68e9fd615e7e3e4fb74eb
tree847f5d9d378831203664ae69895df49713ccc95f
parent596644ca294922cc29a3f803f1226a9433e4af66
Avoid syntax error in ash.

* lib/autotest/general.m4 (AT_INIT) <driver loop>: Avoid syntax
errors on shells that don't recognize <>.
* tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Also skip parallel
tests for this reason.   Skip based on the shell to be tested,
not the shell driving the testsuite.
(parallel syntax error): Rearrange similar to previous patch.
(parallel test execution): Defer skip until after serial tests.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi
lib/autotest/general.m4
tests/autotest.at