projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6773a25
)
todo is not built, so don't try to check it
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 15 Jul 2008 01:20:48 +0000
(21:20 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 15 Jul 2008 01:20:48 +0000
(21:20 -0400)
t/html.t
patch
|
blob
|
history
diff --git
a/t/html.t
b/t/html.t
index 66e90d8e3bc91d8323283be6c10d313fa603beef..3faf44154203aaa88a0bef7e1ad152311497747b 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 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";
}