summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-10 13:55:25 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-10 13:55:25 +0100
commitfe924b270ce2b62ef0dc6ea3514f9d9679a09bdc (patch)
treef8cbf35706076f9567912d32752579699e350b88 /Test
parentcbdb3cf9be7f0fb5a94e78c3f6fcd22805a57fab (diff)
downloadzsh-fe924b270ce2b62ef0dc6ea3514f9d9679a09bdc.tar.gz
zsh-fe924b270ce2b62ef0dc6ea3514f9d9679a09bdc.zip
36045: make effect of failures in wait test clearer
Diffstat (limited to 'Test')
-rw-r--r--Test/A05execution.ztst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index cc2d34d23..d5501bb33 100644
--- a/Test/A05execution.ztst
+++ b/Test/A05execution.ztst
@@ -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