aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 07:40:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-28 07:40:20 +0000
commite16746a52f40f478af1b634c532d90c25cc0ec76 (patch)
tree2ef03282413737d0fed459903b176ea96e6267c0 /t
parente5b323a6331df4f400ea5a3eaa82441f85d41950 (diff)
downloadikiwiki-e16746a52f40f478af1b634c532d90c25cc0ec76.tar
ikiwiki-e16746a52f40f478af1b634c532d90c25cc0ec76.tar.gz
* Add toc (table of contents) plugin.
Diffstat (limited to 't')
-rwxr-xr-xt/html.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/html.t b/t/html.t
index 01f14d0c0..fc6888dca 100755
--- a/t/html.t
+++ b/t/html.t
@@ -6,7 +6,7 @@ use Test::More;
my @pages;
BEGIN {
- @pages=qw(index todo features news plugins/map);
+ @pages=qw(index todo features news plugins/map security);
if (! -x "/usr/bin/validate") {
plan skip_all => "/usr/bin/validate html validator not present";
}