about summary refs log tree commit homepage
path: root/t/lib-input-trailer.sh
diff options
context:
space:
mode:
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)