diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-24 09:42:26 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-03-16 15:47:10 +0100 |
commit | b26a40b616a90ab6af9408cabf228bdec2e15b69 (patch) | |
tree | 1f096d27af3aebd8f7cc1f5a24ee5853eb3b2559 /tests/cert-tests/pem-decoding | |
parent | 1d75e116b1681d0e6b140d7530e7f0403088da88 (diff) | |
download | gnutls-b26a40b616a90ab6af9408cabf228bdec2e15b69.tar.gz |
tests: updated to account SHA1 move to broken set
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/cert-tests/pem-decoding')
-rwxr-xr-x | tests/cert-tests/pem-decoding | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pem-decoding b/tests/cert-tests/pem-decoding index b4c2a44120..a31f412b48 100755 --- a/tests/cert-tests/pem-decoding +++ b/tests/cert-tests/pem-decoding @@ -96,7 +96,7 @@ fi cat "${srcdir}/data/xmpp-othername.pem" |grep -v "Not After:" >${TMPFILE1} cat ${TMPFILE} |grep -v "Not After:" >${TMPFILE2} -${DIFF} -I 'Algorithm Security Level' ${TMPFILE1} ${TMPFILE2} || ${DIFF} -I 'Algorithm Security Level' --strip-trailing-cr ${TMPFILE1} ${TMPFILE2} +${DIFF} -I ^warning -I 'Algorithm Security Level' ${TMPFILE1} ${TMPFILE2} || ${DIFF} -I 'Algorithm Security Level' --strip-trailing-cr ${TMPFILE1} ${TMPFILE2} rc=$? if test "${rc}" != "0"; then |