1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

Unposted (see 32085): Another nonessential setopt

This commit is contained in:
Barton E. Schaefer 2013-12-02 10:32:11 -08:00
parent 5a517e9cf4
commit deccbf31d7
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
2013-12-02 Barton E. Schaefer <schaefer@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@ntlworld.com>

View file

@ -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