diff options
Diffstat (limited to 't/004template.t')
-rw-r--r-- | t/004template.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/004template.t b/t/004template.t index 760d39ac8..f336441ac 100644 --- a/t/004template.t +++ b/t/004template.t @@ -114,10 +114,10 @@ foreach my $include_path (@include_paths) { # Forbid single quotes to delimit URLs, see bug 926085. if ($data =~ /href=\\?'/) { - ok(0, "$path contains blacklisted constructs: href='...'"); + ok(0, "$path contains blocklisted constructs: href='...'"); } else { - ok(1, "$path contains no blacklisted constructs"); + ok(1, "$path contains no blocklisted constructs"); } } } |