diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 14:11:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 14:11:14 -0400 |
commit | a68c191f9f5749a7d472523fb65e022afd13380e (patch) | |
tree | e3931078c8a65555ab8194799322fdc0960f0ef1 /t | |
parent | 8e8311718a0ca4d52aa86a9c8cc439430b11a468 (diff) |
fix test count
Diffstat (limited to 't')
-rwxr-xr-x | t/tag.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |