mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
36045: make effect of failures in wait test clearer
This commit is contained in:
parent
cbdb3cf9be
commit
fe924b270c
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
|
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* 36045: Test/A05execution.ztst: make effect of failures
|
||||||
|
in wait test cleare.
|
||||||
|
|
||||||
* not quite posted: Src/Modules/socket.c, Src/Modules/tcp.c:
|
* not quite posted: Src/Modules/socket.c, Src/Modules/tcp.c:
|
||||||
check for error return before testing for EINTR.
|
check for error return before testing for EINTR.
|
||||||
|
|
||||||
|
|
|
@ -266,9 +266,11 @@ F:anonymous function, and a descriptor leak when backgrounding a pipeline
|
||||||
wait $two
|
wait $two
|
||||||
print $?
|
print $?
|
||||||
wait $one
|
wait $one
|
||||||
1:The status of recently exited background jobs is recorded
|
print $?
|
||||||
|
0:The status of recently exited background jobs is recorded
|
||||||
>3
|
>3
|
||||||
>2
|
>2
|
||||||
|
>1
|
||||||
|
|
||||||
# Regression test for workers/34060 (patch in 34065)
|
# Regression test for workers/34060 (patch in 34065)
|
||||||
setopt ERR_EXIT NULL_GLOB
|
setopt ERR_EXIT NULL_GLOB
|
||||||
|
|
Loading…
Reference in a new issue