mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
Unposted (see 32085): Another nonessential setopt
This commit is contained in:
parent
5a517e9cf4
commit
deccbf31d7
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
2013-12-02 Barton E. Schaefer <schaefer@zsh.org>
|
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"
|
nonessential "setopt MONITOR"
|
||||||
|
|
||||||
2013-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2013-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
F:This test checks for a bug in `$pipestatus[]' handling. If it breaks then
|
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.
|
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; }
|
externFunc() { awk >/dev/null 2>&1; true; }
|
||||||
false | true | false | true | externFunc
|
false | true | false | true | externFunc
|
||||||
echo $pipestatus
|
echo $pipestatus
|
||||||
|
|
Loading…
Reference in a new issue