tests: fix spurious failure due to autom4te caching
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jan 2012 18:35:44 +0000 (19:35 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 1 Jan 2012 18:35:44 +0000 (19:35 +0100)
* tests/ar-lib3.test: Remove stale autom4te.cache directory, to
prevent racy, spurious failures.

Reported by Jim Meyering in automake bug#10418.

tests/ar-lib3.test

index 6bcf6c2..791322f 100755 (executable)
@@ -39,6 +39,7 @@ cat >> configure.in << 'END'
 AM_PROG_AR
 END
 
+rm -rf autom4te*.cache
 $ACLOCAL
 $AUTOMAKE --add-missing