Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Jan 4, 2020
1 parent e9108ba commit 7ff4ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/08_isHTML_valid.t
Expand Up @@ -64,7 +64,7 @@ $html =~ s/HTTP clock skew \+?-?[0-9]* /HTTP clock skew
$debughtml =~ s/HTTP clock skew \+?-?[0-9]* /HTTP clock skew X /;

$debughtml =~ s/ Pre-test: .*\n//g;
$debughtml =~ s/.*OK: below 5 years.*\n//g;
$debughtml =~ s/.*OK: below 825 days.*\n//g;

printf "\n%s\n", "Checking that using the --debug option doesn't affect the HTML file";
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
Expand Down

0 comments on commit 7ff4ebf

Please sign in to comment.