about summary refs log tree commit homepage
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-28 12:21:15 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-28 12:21:15 -0800
commit57fdb562754cad478fc36af175d4815b313242fc (patch)
tree0a71092722ae4bcee0464a75a79a36426291eb6e /t/test-lib.sh
parent3519c3ecbc7e39bf7d915ea48f19c51f8a6e638b (diff)
downloadrainbows-57fdb562754cad478fc36af175d4815b313242fc.tar.gz
If we logged "ERROR", we should know about it.
Diffstat (limited to 't/test-lib.sh')
-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