diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-09 11:48:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-09 11:48:18 +0000 |
commit | 4323f3b093f2605b35c35776072b1d7d5598090c (patch) | |
tree | e1b8fc1bc0ac395aca2c88068a8dec7b135f64b3 /test/runtest | |
parent | fe776751812b721e774119f28cfef4728dee4800 (diff) |
Testsuite: Gnutls library version differences
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest index d2ed76040..abc22b7bc 100755 --- a/test/runtest +++ b/test/runtest @@ -1107,9 +1107,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^GnuTLS<2>: Intel (AES|GCM) accelerator was detected/; next if /^Added \d{3} certificate authorities/; next if /^TLS: not preloading CRL for server/; - next if /^GnuTLS<3>:ASSERT: extensions.c\[_gnutls_get_extension/; - next if /^GnuTLS<3>:ASSERT: \.\.\/\.\.\/\.\.\/lib\/x509\//; - next if /^GnuTLS<2>:Initializing PKCS #11 modules/; + next if /^GnuTLS<3>: ASSERT: extensions.c\[_gnutls_get_extension/; + next if /^GnuTLS<3>: ASSERT: \.\.\/\.\.\/\.\.\/lib\/x509\//; + next if /^GnuTLS<2>: Initializing PKCS #11 modules/; # only kevent platforms (FreeBSD, OpenBSD) say this |