summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-12-02 10:32:11 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-12-02 10:32:11 -0800
commitdeccbf31d77ef3659e2d26603e03fc1e633cc53d (patch)
tree3b83b30ddb8a5979c93b49bd3138fe1196ca37e2 /Test
parent32080: Suppress error output from nonessential setopt (diff)
downloadzsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar.gz
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar.bz2
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar.lz
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar.xz
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.tar.zst
zsh-deccbf31d77ef3659e2d26603e03fc1e633cc53d.zip
Unposted (see 32085): Another nonessential setopt
Diffstat (limited to 'Test')
-rw-r--r--Test/A05execution.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index 61f6f5ad0..c8320a14d 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