summaryrefslogtreecommitdiff
path: root/tests/tools.at
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-11-22 18:41:11 +0100
committerPaolo Bonzini <bonzini@gnu.org>2009-11-22 18:41:29 +0100
commit6e39718f9e3e1ff1dc2ed0834c6b346759754098 (patch)
treee315c938b6b04e4fe504de35e70d1dfc5800d46b /tests/tools.at
parentba59c324a25b350cdf16c9bf63a339d55477affb (diff)
downloadautoconf-6e39718f9e3e1ff1dc2ed0834c6b346759754098.tar.gz
Fix failure of test 35 when the user has a .autom4te.cfg file.
* tests/tools.at (autom4te cache creation): Skip the test if the user has a .autom4te.cfg file.
Diffstat (limited to 'tests/tools.at')
-rw-r--r--tests/tools.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tools.at b/tests/tools.at
index 8a153016..e23ac04d 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1173,6 +1173,8 @@ AT_CLEANUP
# or create files there.
AT_SETUP([autom4te cache creation])
+AT_CHECK([test ! -f $HOME/.autom4te.cfg || exit 77], [], [ignore], [ignore])
+
# Work in a subdirectory so autotest can scribble in the toplevel.
mkdir sub
chmod a-w sub