From d7da4a8e16d9d4d5ad1699d73abc04c6b4039ebb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Jul 2008 21:20:48 -0400 Subject: [PATCH 1/1] todo is not built, so don't try to check it --- t/html.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/html.t b/t/html.t index 66e90d8e3..3faf44154 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 security); + @pages=qw(index features news plugins/map security); if (! -x "/usr/bin/validate") { plan skip_all => "/usr/bin/validate html validator not present"; } -- 2.45.0