From 1f3de8f8940fc7805c54d3d27e2074632ab5a0b0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 3 May 2010 15:19:45 -0700 Subject: t0401: do not leave lingering tail(1) processes Since Rainbows! allows for graceful termination, let EM kill and reap the tail(1) processes it spawned. --- t/t0401-em-async-tailer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t0401-em-async-tailer.sh') diff --git a/t/t0401-em-async-tailer.sh b/t/t0401-em-async-tailer.sh index cd3bd31..2c11cc0 100755 --- a/t/t0401-em-async-tailer.sh +++ b/t/t0401-em-async-tailer.sh @@ -55,7 +55,7 @@ t_begin "kill curls and wait for termination" && { } t_begin "termination signal sent" && { - kill $rainbows_pid + kill -QUIT $rainbows_pid } t_begin "no errors from curl" && { -- cgit v1.2.3-24-ge0c7