]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix spurious failure due to autom4te caching
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 May 2012 15:47:56 +0000 (17:47 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 May 2012 15:59:54 +0000 (17:59 +0200)
commita66cd033b740af00dbb8424aec3a8d5c499cc198
tree30b337b211c84e67bd2741d636d141ec009a7a08
parentf9dbb0a6294fa6978833f9eb1b3286f076a8f986
 tests: fix spurious failure due to autom4te caching

Reported by Peter Breitenlohner :
<http://lists.gnu.org/archive/html/automake-patches/2012-05/msg00045.html>

* t/suffix.sh: 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).

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/suffix.sh