aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kill.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kill.test b/tests/kill.test
index a91dd55a..ce423412 100644
--- a/tests/kill.test
+++ b/tests/kill.test
@@ -4,5 +4,5 @@
#testing "name" "command" "result" "infile" "stdin"
-testing "-l HUP" "kill -l HUP" "1\n" "" ""
-testing "-l 1" "kill -l 1" "HUP\n" "" ""
+testcmd "-l HUP" "-l HUP" "1\n" "" ""
+testcmd "-l 1" "-l 1" "HUP\n" "" ""