projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e83117
)
fix test count
author
Joey Hess
<joey@kitenet.net>
Wed, 9 Feb 2011 18:11:14 +0000
(14:11 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 9 Feb 2011 18:11:14 +0000
(14:11 -0400)
t/tag.t
patch
|
blob
|
history
diff --git
a/t/tag.t
b/t/tag.t
index 9f2a8f3eca7223147708a460eccd59c080579d6f..87148860444e0511630eee65689dbc2a5ef740b7 100755
(executable)
--- a/
t/tag.t
+++ b/
t/tag.t
@@
-3,7
+3,7
@@
package IkiWiki;
use warnings;
use strict;
-use Test::More tests => 2
3
;
+use Test::More tests => 2
4
;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }