tests: ensure that strace does not leave sleeping processes stopped

* tests/detach-sleeping: Do not send SIGCONT to the sleeping process.
This commit is contained in:
Дмитрий Левин 2013-06-19 01:05:30 +00:00
parent 3cb7a0cd00
commit 223e9a6f85

View File

@ -24,7 +24,6 @@ cleanup()
{
set +e
kill $tracee_pid
kill -CONT $tracee_pid
wait $tracee_pid 2> /dev/null
}