From: Jeremy Harris Date: Mon, 7 Feb 2022 22:00:07 +0000 (+0000) Subject: Testsuite: Gnutls library version differences X-Git-Tag: exim-4.96-RC0~66 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/fe776751812b721e774119f28cfef4728dee4800 Testsuite: Gnutls library version differences --- diff --git a/test/runtest b/test/runtest index 06e440115..d2ed76040 100755 --- a/test/runtest +++ b/test/runtest @@ -1107,6 +1107,10 @@ 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/; + # only kevent platforms (FreeBSD, OpenBSD) say this next if /^watch dir/;