From 6e39718f9e3e1ff1dc2ed0834c6b346759754098 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 22 Nov 2009 18:41:11 +0100 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ tests/tools.at | 2 ++ 2 files changed, 8 insertions(+) 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 -- 2.47.2