summaryrefslogtreecommitdiff
path: root/tests/python11.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-28 15:15:50 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-28 15:19:19 +0100
commit3474910563edf9a0e4021b1c75c55b569bfc1f3e (patch)
tree36ca8ba51ec5928b449fb477526a71154a7964e3 /tests/python11.test
parente6fa05e7c7df67117138bf131e1599b346213bd0 (diff)
downloadautomake-3474910563edf9a0e4021b1c75c55b569bfc1f3e.tar.gz
tests: fix spurious failure due to autom4te caching
* tests/acloca18.test: Remove stale autom4te.cache directories, to prevent racy, spurious failures. * tests/python11.test: Likewise. Fix a typo in comments since we are at it.
Diffstat (limited to 'tests/python11.test')
-rwxr-xr-xtests/python11.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python11.test b/tests/python11.test
index 0f15f375f..6a14368c1 100755
--- a/tests/python11.test
+++ b/tests/python11.test
@@ -44,9 +44,9 @@ grep 'no suitable Python interpreter found' stderr
sed 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.in >configure.int
mv -f configure.int configure.in
-$ACLOCAL
-$AUTOCONF
-# This one should define PYTHON as : and exit succesfully
+$ACLOCAL --force
+$AUTOCONF --force
+# This one should define PYTHON as ":" and exit successfully.
./configure
# Any user setting should be used.