summaryrefslogtreecommitdiff
path: root/t/tap-diagnostic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-diagnostic.sh')
-rw-r--r--t/tap-diagnostic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-diagnostic.sh b/t/tap-diagnostic.sh
index 6bb2ee408..b5a97692a 100644
--- a/t/tap-diagnostic.sh
+++ b/t/tap-diagnostic.sh
@@ -53,7 +53,7 @@ PASS: all.test 4 - zardoz
END
run_make -O check
-$EGREP -i "#.*all\\.test|a comment|(Tests|Shell) " stdout && exit 1
+$EGREP "#.*all\\.test|a comment|(Tests|Shell) " stdout && exit 1
count_test_results total=4 pass=2 fail=0 xpass=0 xfail=1 skip=1 error=0
echo 'AM_TEST_LOG_DRIVER_FLAGS = --comments' >> Makefile
@@ -65,7 +65,7 @@ diff exp got
count_test_results total=4 pass=2 fail=0 xpass=0 xfail=1 skip=1 error=0
run_make -O TEST_LOG_DRIVER_FLAGS="--no-comments" check
-$EGREP -i "#.*all\\.test|a comment|(Tests|Shell) " stdout && exit 1
+$EGREP "#.*all\\.test|a comment|(Tests|Shell) " stdout && exit 1
count_test_results total=4 pass=2 fail=0 xpass=0 xfail=1 skip=1 error=0
# The "#"-prepended lines here shouldn't be parsed as test results.