about summary refs log tree commit homepage
path: root/t/t0401-em-async-tailer.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-03 15:19:45 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-03 15:19:45 -0700
commit1f3de8f8940fc7805c54d3d27e2074632ab5a0b0 (patch)
tree316acda1685ed2484ba88f95ab88cfe879913646 /t/t0401-em-async-tailer.sh
parentb1153164af2f51dd5994f0efac6ea81adffdfee1 (diff)
downloadrainbows-1f3de8f8940fc7805c54d3d27e2074632ab5a0b0.tar.gz
Since Rainbows! allows for graceful termination, let
EM kill and reap the tail(1) processes it spawned.
Diffstat (limited to 't/t0401-em-async-tailer.sh')
-rwxr-xr-xt/t0401-em-async-tailer.sh2
1 files changed, 1 insertions, 1 deletions
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" && {