From 758fe60790c2f22e2823b5969a622371f03466f8 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 15 May 2022 12:47:30 +0100 Subject: [PATCH] Testsuite: munge for recent GnuTLS --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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]+/; -- 2.30.2