diff --git a/t/32_http.t b/t/32_http.t index 8284853..8cbfae3 100755 --- a/t/32_http.t +++ b/t/32_http.t @@ -48,6 +48,8 @@ $debughtml =~ s/Done 2[0-9][0-9][0-9]-[0-3][0-9]-[0-3][0-9] [0-2][0-9]:[0-5][0-9 $okhtml =~ s/HTTP clock skew \+?-?[0-9]* /HTTP clock skew X /; $debughtml =~ s/HTTP clock skew \+?-?[0-9]* /HTTP clock skew X /; +$debughtml =~ s/ Pre-test: .*\n//g; + pass("Checking that using the --debug option doesn't affect the HTML file"); $tests++; cmp_ok($debughtml, "eq", $okhtml, "HTML file created with --debug 4 matches HTML file created without --debug"); $tests++;