todo is not built, so don't try to check it

master
Joey Hess 2008-07-14 21:20:48 -04:00
parent 6773a2514e
commit d7da4a8e16
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}