mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 06:07:55 +00:00
Minor cleanup.
This commit is contained in:
parent
791efbf86f
commit
6f8ea8aafd
@ -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" "" ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user