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 e795494..641bb3b 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -80,7 +80,7 @@ check_stderr () {
         set +u
         _r_err=${1-${r_err}}
         set -u
-        if grep Error $_r_err
+        if grep -i Error $_r_err
         then
                 die "Errors found in $_r_err"
         elif grep SIGKILL $_r_err