From: Ralf Wildenhues Date: Sun, 2 Mar 2008 09:53:05 +0000 (+0100) Subject: Ignore errors from ./run on w32. X-Git-Tag: v2.62~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac71a40b9aed0bc2d9ef05a990c33bdb1e106b3;p=thirdparty%2Fautoconf.git Ignore errors from ./run on w32. * tests/autotest.at (whitespace in absolute testdir): Ignore stderr for `./run' which fails to remove the busy test directory on w32. --- diff --git a/tests/autotest.at b/tests/autotest.at index b865e9ef..78d8a8ac 100644 --- a/tests/autotest.at +++ b/tests/autotest.at @@ -721,7 +721,7 @@ AT_CLEANUP AT_CHECK_AUTOM4TE([--language=autotest -o suite suite.at]) AT_CHECK([top_srcdir=$wd ./suite], [0], [ignore]) AT_CHECK([top_srcdir=$wd ./suite -d], [0], [ignore]) -AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore]) +AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore], [ignore]) AT_CLEANUP