X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=t%2Fhtml.t;h=3faf44154203aaa88a0bef7e1ad152311497747b;hb=a3354791dbc32866313281f68b5611bc19377610;hp=66e90d8e3bc91d8323283be6c10d313fa603beef;hpb=dae0f48e91304afcb6ebe0936360e51b22a56548;p=ikiwiki.git 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"; }