- @pages=qw(index todo features news plugins/map);
- if (! -x "/usr/bin/validate") {
- plan skip_all => "/usr/bin/validate html validator not present";
+ @pages=qw(index features news plugins/map security);
+ if (system("command -v validate >/dev/null") != 0) {
+ plan skip_all => "html validator not present";