about summary refs log tree commit homepage
path: root/t/lib-input-trailer.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-input-trailer.sh
parent7b01d94dd9287ac402d91451f1e93c9faaf913c4 (diff)
downloadrainbows-c41a08821bf11eefebda3ea3e536eda8f4b4629b.tar.gz
We now check for SIGKILL, too
Diffstat (limited to 't/lib-input-trailer.sh')
-rw-r--r--t/lib-input-trailer.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/t/lib-input-trailer.sh b/t/lib-input-trailer.sh
index e20bebc..90b76a7 100644
--- a/t/lib-input-trailer.sh
+++ b/t/lib-input-trailer.sh
@@ -28,8 +28,7 @@ echo "small blob"
 
 fgrep 'HTTP/1.1 200 OK' $tmp
 test xok = x"$(cat $ok)"
-! grep Error $r_err
-
+check_stderr
 
 echo "big blob"
 (
@@ -41,7 +40,7 @@ echo "big blob"
 
 fgrep 'HTTP/1.1 200 OK' $tmp
 test xok = x"$(cat $ok)"
-! grep Error $r_err
+check_stderr
 
 echo "staggered blob"
 (
@@ -61,7 +60,6 @@ echo "staggered blob"
 
 fgrep 'HTTP/1.1 200 OK' $tmp
 test xok = x"$(cat $ok)"
-! grep Error $r_err
-
+check_stderr
 
 kill $(cat $pid)