about summary refs log tree commit diff
path: root/Test/B11kill.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/B11kill.ztst')
-rw-r--r--Test/B11kill.ztst10
1 files changed, 9 insertions, 1 deletions
diff --git a/Test/B11kill.ztst b/Test/B11kill.ztst
index 957a7b385..40dd99cd3 100644
--- a/Test/B11kill.ztst
+++ b/Test/B11kill.ztst
@@ -65,5 +65,13 @@
     trap 'exit 11' URG
     kill -URG ''
   )
-1f:kill with empty pid and sigspec should not send signal to current process group
+1:kill with empty pid and sigspec should not send signal to current process group
 ?(eval):kill:3: illegal pid: 
+
+  (
+    trap 'exit 19' TERM
+    kill ''
+  )
+1:Plain kill with empty pid should not send signal to current process group
+?(eval):kill:3: illegal pid: 
+