From bac71a40b9aed0bc2d9ef05a990c33bdb1e106b3 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 2 Mar 2008 10:53:05 +0100 Subject: [PATCH] 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. --- tests/autotest.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2