summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-05-15 12:47:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-05-15 12:50:54 +0100
commit758fe60790c2f22e2823b5969a622371f03466f8 (patch)
tree143aabdf8e19cf251b467060d9c1327c18a1d8df
parent239c83691cf0cd368fedd21f5825e06515e036f5 (diff)
downloadexim4-758fe60790c2f22e2823b5969a622371f03466f8.tar.gz
Testsuite: munge for recent GnuTLS
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index a2e61442e..c88a8929e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1078,6 +1078,9 @@ RESET_AFTER_EXTRA_LINE_READ:
# drop gnutls version strings
next if /GnuTLS compile-time version: \d+[\.\d]+$/;
next if /GnuTLS runtime version: \d+[\.\d]+$/;
+ # 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+$/;
# drop openssl version strings
next if /OpenSSL compile-time version: OpenSSL \d+[\.\da-z]+/;