* tests/autotest.at (whitespace in absolute testdir): Ignore stderr for `./run' which fails to remove the busy test directory on w32. ---
Applied to master. This is in line with some other testsuite invocations of `./run'. Cheers, Ralf tests/autotest.at | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/autotest.at b/tests/autotest.at index b865e9e..78d8a8a 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 -- 1.5.4.rc5.2.g3ed9a
