summaryrefslogtreecommitdiff
path: root/t/html.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:21:16 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-14 21:21:16 -0400
commit40b25255ba84c1a0d400b55ec662de01690b5941 (patch)
tree76e43c715da264a395445119226f69d9463c5356 /t/html.t
parent76b078d587a02efaa7bf3d740bd906859fd334a5 (diff)
parentd7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb (diff)
Merge branch 'master' into aggregateinternal
Diffstat (limited to 't/html.t')
-rwxr-xr-xt/html.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/html.t b/t/html.t
index 66e90d8e3..3faf44154 100755
--- a/t/html.t
+++ b/t/html.t
@@ -6,7 +6,7 @@ use Test::More;
my @pages;
BEGIN {
- @pages=qw(index todo features news plugins/map security);
+ @pages=qw(index features news plugins/map security);
if (! -x "/usr/bin/validate") {
plan skip_all => "/usr/bin/validate html validator not present";
}