diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kill.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/kill.test b/tests/kill.test new file mode 100644 index 00000000..a91dd55a --- /dev/null +++ b/tests/kill.test @@ -0,0 +1,8 @@ +#!/bin/bash + +[ -f testing.sh ] && . testing.sh + +#testing "name" "command" "result" "infile" "stdin" + +testing "-l HUP" "kill -l HUP" "1\n" "" "" +testing "-l 1" "kill -l 1" "HUP\n" "" "" |