aboutsummaryrefslogtreecommitdiff
path: root/t/html.t
diff options
context:
space:
mode:
Diffstat (limited to 't/html.t')
-rwxr-xr-xt/html.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/html.t b/t/html.t
index fc6888dca..66e90d8e3 100755
--- a/t/html.t
+++ b/t/html.t
@@ -11,10 +11,9 @@ BEGIN {
plan skip_all => "/usr/bin/validate html validator not present";
}
else {
- plan(tests => int @pages + 3);
+ plan(tests => int @pages + 2);
}
use_ok("IkiWiki");
- use_ok("IkiWiki::Render");
}
# Have to build the html pages first.