From ac81c182b1abf8df6893e317cd67240f406bd918 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 3 Sep 2024 18:24:51 +0200 Subject: [PATCH] Fix CI --- t/08_isHTML_valid.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/08_isHTML_valid.t b/t/08_isHTML_valid.t index 76c180d..74b728a 100755 --- a/t/08_isHTML_valid.t +++ b/t/08_isHTML_valid.t @@ -73,6 +73,9 @@ $debughtml =~ s/ Pre-test: .*\n//g; $debughtml =~ s/.*OK: below 825 days.*\n//g; $debughtml =~ s/.*DEBUG:.*\n//g; $debughtml =~ s/No engine or GOST support via engine with your.*\n//g; +$debughtml =~ s/.*built: .*\n//g; +$debughtml =~ s/.*Using bash .*\n//g; +# is whole line: s/.* .*\n//g; cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug"); $tests++;