Sign in
android
/
platform
/
external
/
toybox
/
ee301d5ded4a4040e28e561c6c3bac556c88d7e2
/
.
/
tests
/
kill.test
blob: c15c25e9f4e14a918424b9d8d5b409f4d0eb9211 [
file
]
#!/bin/bash
[
-
f testing
.
sh
]
&&
.
testing
.
sh
#testing "name" "command" "result" "infile" "stdin"
testcmd
"-l HUP"
"-l HUP"
"1\n"
""
""
testcmd
"-l 1"
"-l 1"
"HUP\n"
""
""
testcmd
"-0 self"
"-0 $$ && echo yes"
"yes\n"
""
""