From: Stefano Lattarini Date: Sun, 22 Jan 2012 16:18:59 +0000 (+0100) Subject: tests: fix spurious failure due to autom4te caching X-Git-Tag: v1.11.2b~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a422887c20556cc9f5e4a856c046f336f2997b4;p=thirdparty%2Fautomake.git tests: fix spurious failure due to autom4te caching * tests/lzma.test: Remove stale autom4te.cache directories, to prevent racy, spurious failures (using 'aclocal --force' was not enough, since the cache was still picked up by the following automake call). --- diff --git a/tests/lzma.test b/tests/lzma.test index 7ee59f7ca..bf65aeae5 100755 --- a/tests/lzma.test +++ b/tests/lzma.test @@ -40,7 +40,8 @@ test: distcheck test -f $(DIST_ARCHIVES) END -$ACLOCAL --force +rm -rf autom4te*.cache +$ACLOCAL AUTOMAKE_fails grep "^configure\\.in:2:.*$errmsg" stderr