Testsuite: munge for recent GnuTLS
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 May 2022 11:47:30 +0000 (12:47 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 May 2022 11:50:54 +0000 (12:50 +0100)
test/runtest

index a2e61442e49ba818bb09c57cd7ce81767952de70..c88a8929ecbd4254c5877dcec7304c3bf42f06a0 100755 (executable)
@@ -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]+/;