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.68b-8-g


From: Stefano Lattarini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68b-8-g6e7264c
Date: Sun, 04 Mar 2012 15:31:53 +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=6e7264cf45b61cf40e0cc91b63ae8365d4f2d1f1

The branch, master has been updated
       via  6e7264cf45b61cf40e0cc91b63ae8365d4f2d1f1 (commit)
      from  3b78f246db536275db653903a49725179f5945c2 (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 6e7264cf45b61cf40e0cc91b63ae8365d4f2d1f1
Author: Stefano Lattarini <address@hidden>
Date:   Sun Mar 4 16:30:17 2012 +0100

    tests: fix spurious failure when CONFIG_SITE is set
    
    * tests/m4sh.at (Configure re-execs self with CONFIG_SHELL): Export
    $CONFIG_SITE to "/dev/null", to avoid spurious diffs in expected
    stdout/stderr.

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

Summary of changes:
 tests/m4sh.at |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/m4sh.at b/tests/m4sh.at
index 8e9d1fe..78fe967 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -120,7 +120,10 @@ exec sh "@S|@@"
 chmod a+x cfg-sh
 
 AT_CAPTURE_FILE([config.log])
-AT_CHECK([env CONFIG_SHELL=./cfg-sh ./configure], [0], [], [])
+# Export CONFIG_SITE to /dev/null to avoid spurious diffs in expected
+# stdout/stderr.
+AT_CHECK([env CONFIG_SITE=/dev/null CONFIG_SHELL=./cfg-sh ./configure],
+         [0], [], [])
 # ./configure re-executed itself.
 AT_CHECK([test -f cfg-sh-has-run], [0])
 # And did that not to cause extra execution of later commands.


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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