]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix failure of test 35 when the user has a .autom4te.cfg file.
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 22 Nov 2009 17:41:11 +0000 (18:41 +0100)
committerPaolo Bonzini <bonzini@gnu.org>
Sun, 22 Nov 2009 17:41:29 +0000 (18:41 +0100)
* tests/tools.at (autom4te cache creation): Skip the test if the
user has a .autom4te.cfg file.

ChangeLog
tests/tools.at

index d8d0f9b564c91268a781dfb6da9640a5570771a7..aeacaa4fc0af57e4873609c0b7c1e51d300e389f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-22  Bruno Haible  <bruno@clisp.org>
+
+       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  <ebb9@byu.net>
 
        Release Version 2.65.
index 8a153016ca7408707615d54228de777cdbe5183a..e23ac04dca6273eff1c1d049a7d8e15cebd03f73 100644 (file)
@@ -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