git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239c836
)
Testsuite: munge for recent GnuTLS
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 15 May 2022 11:47:30 +0000
(12:47 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 15 May 2022 11:50:54 +0000
(12:50 +0100)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index a2e61442e49ba818bb09c57cd7ce81767952de70..c88a8929ecbd4254c5877dcec7304c3bf42f06a0 100755
(executable)
--- 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]+/;