summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-01-22 17:18:59 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-01-22 17:18:59 +0100
commit3a422887c20556cc9f5e4a856c046f336f2997b4 (patch)
tree35fe647eb45391f7483313252e6512a406d1ec58
parentb08103fedac9fbdf0a24f9192a901ea4b01e45af (diff)
downloadautomake-3a422887c20556cc9f5e4a856c046f336f2997b4.tar.gz
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).
-rwxr-xr-xtests/lzma.test3
1 files changed, 2 insertions, 1 deletions
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