summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/A05execution.ztst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index 8dee85c28..b4fb8739a 100644
--- a/Test/A05execution.ztst
+++ b/Test/A05execution.ztst
@@ -171,3 +171,10 @@
0:trap ZERR
>Command failed again.
>Command failed again.
+
+ false
+ sleep 1000 &
+ print $?
+ kill $!
+0:Status reset by starting a backgrounded command
+>0