[SCM] GNU Autoconf source repository branch, master, updated. v2.63-298-ge7399cd

"Eric Blake" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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=e7399cdcce9ef10d80bd010376c706358adf6fe5

The branch, master has been updated
       via  e7399cdcce9ef10d80bd010376c706358adf6fe5 (commit)
      from  d46e5d684417412e6fb89dcb7fd1a76010618c63 (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 e7399cdcce9ef10d80bd010376c706358adf6fe5
Author: Eric Blake <[email protected]>
Date:   Mon Mar 30 13:28:02 2009 -0600

    Fix testsuite failures under zsh.
    
    * tests/local.at (AT_CHECK_ENV): Exempt $argv and $ARGC, which are
    set by zsh -c 'emulate sh'.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <[email protected]>

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

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

diff --git a/ChangeLog b/ChangeLog
index 43a2f56..ac19a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-03-30  Eric Blake  <[email protected]>
 
+	Fix testsuite failures under zsh.
+	* tests/local.at (AT_CHECK_ENV): Exempt $argv and $ARGC, which are
+	set by zsh -c 'emulate sh'.
+	Reported by Ralf Wildenhues.
+
 	For now, skip parallel tests under less-tested shells.
 	* tests/autotest.at (AT_CHECK_AT): Add pre-test argument.
 	(Tested programs, Startup error messages, AT_CHECK_AT_TITLE)
diff --git a/tests/local.at b/tests/local.at
index dffeebf..fd451d1 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -295,7 +295,7 @@ m4_define([AT_CHECK_CONFIGURE],
 #   Set by AC_OUTPUT.
 # - AC_SUBST'ed variables
 #   (FIXME: Generate a list of these automatically.)
-# - _|@|.[*#?$].|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS
+# - _|@|.[*#?$].|argv|ARGC|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS
 #   Some variables some shells use and change.
 #   `.[*#?$].' catches `$#' etc. which are displayed like this:
 #      | '!'=18186
@@ -330,7 +330,8 @@ if test -f state-env.before && test -f state-env.after; then
       [ALLOCA|GETLOADAVG_LIBS|KMEM_GROUP|NEED_SETGID|POW_LIB],
       [AWK|LEX|LEXLIB|LEX_OUTPUT_ROOT|LN_S|M4|MKDIR_P|RANLIB|SET_MAKE|YACC],
       [GREP|[EF]GREP|SED],
-      [[_@]|.[*#?$].|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS]))=' \
+      [[_@]|.[*#?$].],
+      [argv|ARGC|LINENO|OLDPWD|PIPESTATUS|RANDOM|SECONDS]))=' \
      $act_file 2>/dev/null |
       # There may be variables spread on several lines; remove latter lines.
       $GREP '^m4_defn([m4_re_word])=' >clean-$act_file


hooks/post-receive
--
GNU Autoconf source repository
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.