summaryrefslogtreecommitdiff
path: root/test/treq
diff options
context:
space:
mode:
Diffstat (limited to 'test/treq')
-rw-r--r--test/treq2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/treq b/test/treq
index 2f20e640cf..77f37dcf3a 100644
--- a/test/treq
+++ b/test/treq
@@ -8,7 +8,7 @@ else
t=testreq.pem
fi
-if $cmd -in $t -inform p -noout -text | fgrep 'Unknown Public Key'; then
+if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then
echo "skipping req conversion test for $t"
exit 0
fi