about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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" && {