summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pathlen
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pathlen')
-rwxr-xr-xtests/cert-tests/pathlen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pathlen b/tests/cert-tests/pathlen
index 7f250e03b4..d532012295 100755
--- a/tests/cert-tests/pathlen
+++ b/tests/cert-tests/pathlen
@@ -37,7 +37,7 @@ fi
TMPFILE1=ca-no-pathlen-$$.tmp
TMPFILE2=no-ca-or-pathlen-$$.tmp
${VALGRIND} "${CERTTOOL}" --certificate-info --infile "${srcdir}/data/ca-no-pathlen.pem" \
- |grep -v "Algorithm Security Level" > $TMPFILE1
+ |grep -v "Algorithm Security Level"|grep -v ^warning > $TMPFILE1
rc=$?
if test "${rc}" != "0"; then