X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/239c83691cf0cd368fedd21f5825e06515e036f5..758fe60790c2f22e2823b5969a622371f03466f8:/test/runtest 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]+/;