From: Stefano Lattarini Date: Sun, 1 Jan 2012 18:35:44 +0000 (+0100) Subject: tests: fix spurious failure due to autom4te caching X-Git-Tag: v1.11.2b~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db422b23f1921c94a6eea7489b10b98fc7ef183;p=thirdparty%2Fautomake.git tests: fix spurious failure due to autom4te caching * tests/ar-lib3.test: Remove stale autom4te.cache directory, to prevent racy, spurious failures. Reported by Jim Meyering in automake bug#10418. --- diff --git a/tests/ar-lib3.test b/tests/ar-lib3.test index 6bcf6c263..791322f9d 100755 --- a/tests/ar-lib3.test +++ b/tests/ar-lib3.test @@ -39,6 +39,7 @@ cat >> configure.in << 'END' AM_PROG_AR END +rm -rf autom4te*.cache $ACLOCAL $AUTOMAKE --add-missing