autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-2-g6


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-2-g6e39718
Date: Sun, 22 Nov 2009 17:43:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=6e39718f9e3e1ff1dc2ed0834c6b346759754098

The branch, master has been updated
       via  6e39718f9e3e1ff1dc2ed0834c6b346759754098 (commit)
      from  ba59c324a25b350cdf16c9bf63a339d55477affb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6e39718f9e3e1ff1dc2ed0834c6b346759754098
Author: Paolo Bonzini <address@hidden>
Date:   Sun Nov 22 18:41:11 2009 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    6 ++++++
 tests/tools.at |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d8d0f9b..aeacaa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-22  Bruno Haible  <address@hidden>
+
+       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  <address@hidden>
 
        Release Version 2.65.
diff --git a/tests/tools.at b/tests/tools.at
index 8a15301..e23ac04 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


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]