1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

36045: make effect of failures in wait test clearer

This commit is contained in:
Peter Stephenson 2015-08-10 13:55:25 +01:00
parent cbdb3cf9be
commit fe924b270c
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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:
check for error return before testing for EINTR.

View file

@ -266,9 +266,11 @@ F:anonymous function, and a descriptor leak when backgrounding a pipeline
wait $two
print $?
wait $one
1:The status of recently exited background jobs is recorded
print $?
0:The status of recently exited background jobs is recorded
>3
>2
>1
# Regression test for workers/34060 (patch in 34065)
setopt ERR_EXIT NULL_GLOB