]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/html.t
web commit by JamesWestby
[ikiwiki.git] / t / html.t
index f2955f75f8394bbbdb06074a82bb7778ddca30a1..01f14d0c0fbf0dfee414b56ebe8e9d78c2f8a519 100755 (executable)
--- a/t/html.t
+++ b/t/html.t
@@ -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";
        }