From: Paolo Bonzini Date: Sun, 22 Nov 2009 17:41:11 +0000 (+0100) Subject: Fix failure of test 35 when the user has a .autom4te.cfg file. X-Git-Tag: v2.66~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e39718f9e3e1ff1dc2ed0834c6b346759754098;p=thirdparty%2Fautoconf.git 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. --- diff --git a/ChangeLog b/ChangeLog index d8d0f9b5..aeacaa4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-22 Bruno Haible + + 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. + 2009-11-21 Eric Blake Release Version 2.65. 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