tests: skip detach tests if kill does not work
* tests/detach-running.test: Skip if "kill -0" does not work. * tests/detach-sleeping.test: Likewise. * tests/detach-stopped.test: Likewise.
This commit is contained in:
parent
03b4454129
commit
74697bd29b
@ -4,6 +4,9 @@
|
||||
|
||||
. "${srcdir=.}/init.sh"
|
||||
|
||||
kill -0 $$ ||
|
||||
framework_skip_ 'kill -0 does not work'
|
||||
|
||||
check_prog grep
|
||||
check_prog sleep
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
|
||||
. "${srcdir=.}/init.sh"
|
||||
|
||||
kill -0 $$ ||
|
||||
framework_skip_ 'kill -0 does not work'
|
||||
|
||||
check_prog grep
|
||||
check_prog sleep
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
|
||||
. "${srcdir=.}/init.sh"
|
||||
|
||||
kill -0 $$ ||
|
||||
framework_skip_ 'kill -0 does not work'
|
||||
|
||||
check_prog grep
|
||||
check_prog sleep
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user