1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

32080: Suppress error output from nonessential setopt

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

View file

@ -1,3 +1,8 @@
2013-12-02 Barton E. Schaefer <schaefer@zsh.org>
* 32080: Test/A05execution.ztst: suppress any error output from
nonessential "setopt MONITOR"
2013-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk: 5.0.2-test-3.

View file

@ -179,7 +179,7 @@
0:Status reset by starting a backgrounded command
>0
setopt MONITOR
{ setopt MONITOR } 2>/dev/null
[[ -o MONITOR ]] || print -u $ZTST_fd 'Unable to change MONITOR option'
repeat 2048; do (return 2 |
return 1 |