From bcf135038a7fca4904734c03080d8a889b420a34 Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Fri, 18 Aug 2006 22:57:20 +0000
Subject: validate plugins/map

---
 t/html.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 't')

diff --git a/t/html.t b/t/html.t
index f2955f75f..01f14d0c0 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);
+	@pages=qw(index todo features news plugins/map);
 	if (! -x "/usr/bin/validate") {
 		plan skip_all => "/usr/bin/validate html validator not present";
 	}
-- 
cgit v1.2.3