Commit 3efd809d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

OK, for reasons I don't understand, SIGINT does not work here.

Use SIGKILL which is sure to work.
parent a3d1721c
......@@ -16,7 +16,7 @@ delay 0.5
# stop
process p1 -stop
process p2 -close
process p3 -kill INT
process p3 -kill KILL
# wait
process p1 -wait
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment