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