summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-02-07 22:00:07 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-02-07 23:49:04 +0000
commitfe776751812b721e774119f28cfef4728dee4800 (patch)
tree592f39f54e1be97bb549daa94e197d611c32b7e9 /test/runtest
parent51637f10e751876030090775b17a9f02401de429 (diff)
downloadexim4-fe776751812b721e774119f28cfef4728dee4800.tar.gz
Testsuite: Gnutls library version differences
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 4 insertions, 0 deletions
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/;