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.ztst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/B11kill.ztst b/Test/B11kill.ztst
index 26d7a11fe..957a7b385 100644
--- a/Test/B11kill.ztst
+++ b/Test/B11kill.ztst
@@ -58,3 +58,12 @@
   )
 1:kill with sigspec only
 ?(eval):kill:2: not enough arguments
+
+# Regression tests: `kill ''` should not result in `kill 0`.
+
+  (
+    trap 'exit 11' URG
+    kill -URG ''
+  )
+1f:kill with empty pid and sigspec should not send signal to current process group
+?(eval):kill:3: illegal pid: