Minor cleanup.

This commit is contained in:
Rob Landley 2025-07-19 21:03:33 -05:00
parent 791efbf86f
commit 6f8ea8aafd

View File

@ -4,6 +4,7 @@
#testing "name" "command" "result" "infile" "stdin"
testcmd "-l HUP" "-l HUP" "1\n" "" ""
testcmd "-l 1" "-l 1" "HUP\n" "" ""
testcmd "" "-l HUP" "1\n" "" ""
testcmd "" "-l 1" "HUP\n" "" ""
testcmd "" "-l 3 KILL" "QUIT\n9\n" "" ""
testcmd "-0 self" "-0 $$ && echo yes" "yes\n" "" ""