diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-14 21:20:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-14 21:20:48 -0400 |
commit | d7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb (patch) | |
tree | e04a70a8f0022a517ec64b5b34358a8a702cd797 /t/html.t | |
parent | 6773a2514e2720be869865b9eeb899d17d2a48f8 (diff) | |
download | ikiwiki-d7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb.tar ikiwiki-d7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb.tar.gz |
todo is not built, so don't try to check it
Diffstat (limited to 't/html.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 plugins/map security); + @pages=qw(index features news plugins/map security); if (! -x "/usr/bin/validate") { plan skip_all => "/usr/bin/validate html validator not present"; } |