summaryrefslogtreecommitdiff
path: root/tests/cert-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests')
-rwxr-xr-xtests/cert-tests/certtool-crl-decoding2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/certtool-crl-decoding b/tests/cert-tests/certtool-crl-decoding
index a5fc2a3be1..36fb1ea46d 100755
--- a/tests/cert-tests/certtool-crl-decoding
+++ b/tests/cert-tests/certtool-crl-decoding
@@ -48,7 +48,7 @@ if test "${rc}" != 0;then
exit 1
fi
-$DIFF ${OUTFILE} "${srcdir}/data/$i"
+$DIFF -I 'warning:' ${OUTFILE} "${srcdir}/data/$i"
if test $? != 0;then
echo "Error in parsing cert with long OIDs"
exit 1