[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-70-g9c25a39

"Ralf Wildenhues" <[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=9c25a39c548baa093231ac342a5568c5983a97dd

The branch, master has been updated
       via  9c25a39c548baa093231ac342a5568c5983a97dd (commit)
      from  9a15f2f077736b7d52ce01b6102ee9a495f02452 (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 9c25a39c548baa093231ac342a5568c5983a97dd
Author: Ralf Wildenhues <[email protected]>
Date:   Thu Jul 9 08:19:21 2009 +0200

    Ignore messages on stderr when testing for the zsh issue.
    
    * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

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

Summary of changes:
 ChangeLog         |    5 +++++
 tests/autotest.at |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fed334e..4b301b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-09  Ralf Wildenhues  <[email protected]>
+
+	Ignore messages on stderr when testing for the zsh issue.
+	* tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
+
 2009-07-07  Eric Blake  <[email protected]>
 
 	Skip parallel tests when zsh 'set -m' fails.
diff --git a/tests/autotest.at b/tests/autotest.at
index 9bdb728..438c01d 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -994,7 +994,8 @@ AT_CHECK([${CONFIG_SHELL-$SHELL} -c 'test -n "${BASH_VERSION+set}]]dnl
 [[${ZSH_VERSION+set}${TEST_PARALLEL_AUTOTEST+set}"' || exit 77])
 # The parallel scheduler requires mkfifo and job control to work.
 AT_CHECK([mkfifo fifo || exit 77])
-AT_CHECK([${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'])
+AT_CHECK([${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'],
+	 [], [], [ignore])
 ])
 
 


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.