]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Ignore errors from ./run on w32.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 2 Mar 2008 09:53:05 +0000 (10:53 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 2 Mar 2008 10:24:46 +0000 (11:24 +0100)
* tests/autotest.at (whitespace in absolute testdir):
Ignore stderr for `./run' which fails to remove the
busy test directory on w32.

tests/autotest.at

index b865e9ef420a3d362c65b782ae2b1fd92ef4c04b..78d8a8ac5bdb48f4c659e95ca74dc43fc1753fd6 100644 (file)
@@ -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