about summary refs log tree commit homepage
path: root/t/lib-graceful.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-18 22:05:13 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-18 22:05:13 -0700
commitc41a08821bf11eefebda3ea3e536eda8f4b4629b (patch)
treeb07e578d957c32a2e6cbac3f3cd6dc18269f3f2e /t/lib-graceful.sh
parent7b01d94dd9287ac402d91451f1e93c9faaf913c4 (diff)
downloadrainbows-c41a08821bf11eefebda3ea3e536eda8f4b4629b.tar.gz
We now check for SIGKILL, too
Diffstat (limited to 't/lib-graceful.sh')
-rw-r--r--t/lib-graceful.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-graceful.sh b/t/lib-graceful.sh
index b130341..38eaa55 100644
--- a/t/lib-graceful.sh
+++ b/t/lib-graceful.sh
@@ -35,7 +35,7 @@ nr=$(sort < $curl_out | uniq | wc -l)
 
 test "$nr" -eq 1
 test x$(sort < $curl_out | uniq) = xHello
-! grep Error $r_err
+check_stderr
 while kill -0 $rainbows_pid >/dev/null 2>&1
 do
         sleep 1