From ca55c5b1808127946e4eb14b255a3505ee62d4ea Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 15 Jan 2026 11:20:01 +0100 Subject: [PATCH] Exempt the debug statement "Extended master secret extension detected" --- t/32_isHTML_valid.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/32_isHTML_valid.t b/t/32_isHTML_valid.t index 39ea276..853cc1d 100755 --- a/t/32_isHTML_valid.t +++ b/t/32_isHTML_valid.t @@ -96,6 +96,7 @@ $debughtml =~ s/No engine or GOST support via engine with your.*\n//g; $debughtml =~ s/.*built: .*\n//g; $debughtml =~ s/.*Using bash .*\n//g; $debughtml =~ s/.*has_compression.*\n//g; +$debughtml =~ s/.*Extended master secret extension detected.*\n//g; # is whole line: s/.* .*\n//g; # Extract and mask IP address as it can change