about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-17 19:23:10 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-17 19:23:10 -0800
commitae0c39e09b27e953f41b2714c5d194a9e9a00da2 (patch)
treec6a2282e615f241f5c132b329d622e65a37560d8 /t
parent5cef71dc6c640db414c41f59a5016fd3f5326bf9 (diff)
downloadunicorn-ae0c39e09b27e953f41b2714c5d194a9e9a00da2.tar.gz
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 60ace97..e5c4b2f 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -63,7 +63,7 @@ check_stderr () {
         set +u
         _r_err=${1-${r_err}}
         set -u
-        if grep -i Error $_r_err
+        if grep -v $T $_r_err | grep -i Error
         then
                 die "Errors found in $_r_err"
         elif grep SIGKILL $_r_err