aboutsummaryrefslogtreecommitdiff
path: root/t/tag.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-09 14:11:14 -0400
committerJoey Hess <joey@kitenet.net>2011-02-09 14:11:14 -0400
commita68c191f9f5749a7d472523fb65e022afd13380e (patch)
treee3931078c8a65555ab8194799322fdc0960f0ef1 /t/tag.t
parent8e8311718a0ca4d52aa86a9c8cc439430b11a468 (diff)
downloadikiwiki-a68c191f9f5749a7d472523fb65e022afd13380e.tar
ikiwiki-a68c191f9f5749a7d472523fb65e022afd13380e.tar.gz
fix test count
Diffstat (limited to 't/tag.t')
-rwxr-xr-xt/tag.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tag.t b/t/tag.t
index 9f2a8f3ec..871488604 100755
--- a/t/tag.t
+++ b/t/tag.t
@@ -3,7 +3,7 @@ package IkiWiki;
use warnings;
use strict;
-use Test::More tests => 23;
+use Test::More tests => 24;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }