From: Dmitry V. Levin Date: Wed, 19 Jun 2013 01:05:30 +0000 (+0000) Subject: tests: ensure that strace does not leave sleeping processes stopped X-Git-Tag: v4.9~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223e9a6f856d776ca15b099094c1218e6aaa65b1;p=strace tests: ensure that strace does not leave sleeping processes stopped * tests/detach-sleeping: Do not send SIGCONT to the sleeping process. --- diff --git a/tests/detach-sleeping b/tests/detach-sleeping index 33a2675b..28ad663e 100755 --- a/tests/detach-sleeping +++ b/tests/detach-sleeping @@ -24,7 +24,6 @@ cleanup() { set +e kill $tracee_pid - kill -CONT $tracee_pid wait $tracee_pid 2> /dev/null }