diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 22:57:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 22:57:20 +0000 |
commit | bcf135038a7fca4904734c03080d8a889b420a34 (patch) | |
tree | 441ce8d95d8cf542fe0e0447eb98b0d681ed9d30 /t | |
parent | 01dfa1d4ac6d459d5b383f27640f0df9e2946a3e (diff) | |
download | ikiwiki-bcf135038a7fca4904734c03080d8a889b420a34.tar ikiwiki-bcf135038a7fca4904734c03080d8a889b420a34.tar.gz |
validate plugins/map
Diffstat (limited to 't')
-rwxr-xr-x | t/html.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } |