validate plugins/map

master
joey 2006-08-18 22:57:20 +00:00
parent 01dfa1d4ac
commit bcf135038a
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);
@pages=qw(index todo features news plugins/map);
if (! -x "/usr/bin/validate") {
plan skip_all => "/usr/bin/validate html validator not present";
}