[Pkg-zsh-commits] [zsh] 02/11: Unposted (see 32085): Another nonessential setopt

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 00:38:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch upstream
in repository zsh.

commit deccbf31d77ef3659e2d26603e03fc1e633cc53d
Author: Barton E. Schaefer <schaefer at zsh.org>
Date:   Mon Dec 2 10:32:11 2013 -0800

    Unposted (see 32085):  Another nonessential setopt
---
 ChangeLog              | 3 ++-
 Test/A05execution.ztst | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index faafade..0618563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2013-12-02  Barton E. Schaefer  <schaefer at zsh.org>
 
-	* 32080: Test/A05execution.ztst: suppress any error output from
+	* 32080 (plus unposted second instance of same):
+	Test/A05execution.ztst: suppress any error output from
 	nonessential "setopt MONITOR"
 
 2013-12-01  Peter Stephenson  <p.w.stephenson at ntlworld.com>
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index 61f6f5a..c8320a1 100644
--- a/Test/A05execution.ztst
+++ b/Test/A05execution.ztst
@@ -195,7 +195,7 @@
 F:This test checks for a bug in `$pipestatus[]' handling.  If it breaks then
 F:the bug is still there or it reappeared. See workers-29973 for details.
 
-  setopt MONITOR
+  { setopt MONITOR } 2>/dev/null
   externFunc() { awk >/dev/null 2>&1; true; }
   false | true | false | true | externFunc
   echo $pipestatus

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list