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.63-2-g1


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-2-g1a9b167
Date: Wed, 10 Sep 2008 20:10:46 +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=1a9b1670c199a2fcd616cb1959771bc77251781b

The branch, master has been updated
       via  1a9b1670c199a2fcd616cb1959771bc77251781b (commit)
      from  9a03ba4db03935ef3f68cbe564e3c144e66d33e2 (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 1a9b1670c199a2fcd616cb1959771bc77251781b
Author: Eric Blake <address@hidden>
Date:   Wed Sep 10 14:06:33 2008 -0600

    Avoid testsuite bug in presence of verbose config.site.
    
    * tests/base.at (Input/Output): Nullify config.site during test.
    Reported by Bob Friesenhahn.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog     |    6 ++++++
 tests/base.at |    9 ++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4d53493..fa0aa49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-10  Eric Blake  <address@hidden>
+
+       Avoid testsuite bug in presence of verbose config.site.
+       * tests/base.at (Input/Output): Nullify config.site during test.
+       Reported by Bob Friesenhahn.
+
 2008-09-09  Eric Blake  <address@hidden>
 
        Release Version 2.63.
diff --git a/tests/base.at b/tests/base.at
index d85a1b5..883db25 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autoconf base layer.])
 
-# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007 Free Software
+# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2008 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -294,15 +294,14 @@ AT_CLEANUP
 
 AT_SETUP([Input/Output])
 
-m4_pattern_allow([^AS_(MESSAGE|ORIGINAL_STDIN)_FD$])
 AT_DATA([configure.ac],
 [[AC_INIT
-cat <&AS_ORIGINAL_STDIN_FD >&AS_MESSAGE_FD
+cat <&AS@&address@hidden >&AS@&address@hidden
 ]])
 AT_CHECK_AUTOCONF
-AT_CHECK([echo Hello | ./configure | grep -v 'configure: loading site script 
'],, [Hello
+AT_CHECK([echo Hello | CONFIG_SITE=/dev/null ./configure | grep -v 'configure: 
loading site script '],, [Hello
 ])
-AT_CHECK([echo Hello | ./configure --silent])
+AT_CHECK([echo Hello | CONFIG_SITE=/dev/null ./configure --silent])
 
 AT_CLEANUP
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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