diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-03 22:16:48 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-03 22:16:48 +0000 |
commit | 44c3863eb634def9cb5b64ca43f463bd7bf72b6f (patch) | |
tree | f2135dc99ff039a8772d7590bf5cabc05631edd4 /test | |
parent | 6b331d5834d12bdda21857cd6fffac17038ce3c7 (diff) |
Testsuite: library version variances
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 3a9a68c51..df68ecd9b 100755 --- a/test/runtest +++ b/test/runtest @@ -1115,6 +1115,8 @@ RESET_AFTER_EXTRA_LINE_READ: # and unwanted debug next if /^GnuTLS<2>: FIPS140-2 (context is not set|operation mode switched from initial to not-approved)$/; next if /^GnuTLS<3>: ASSERT: sign.c\[_gnutls_sign_is_secure2\]:\d+$/; + next if /^GnuTLS<3>: ASSERT: \.\.\/\.\.\/lib\/pkcs11.c\[find_multi_objs_cb\]:/; + next if /^GnuTLS<3>: ASSERT: \.\.\/\.\.\/lib\/pkcs11.c\[gnutls_pkcs11_obj_list_import_url3\]:/; # drop openssl version strings next if /OpenSSL compile-time version: OpenSSL \d+[\.\da-z]+/; |