projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a07f9
)
fix test count
author
Joey Hess
<joey@kitenet.net>
Wed, 5 May 2010 22:32:48 +0000
(18:32 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 May 2010 22:32:48 +0000
(18:32 -0400)
t/find_src_files.t
patch
|
blob
|
history
diff --git
a/t/find_src_files.t
b/t/find_src_files.t
index 4a995c2d3b489f91c106cf0e288696078eecc6f5..a3742db75862b37360f5687b2b02dc0478a467de 100755
(executable)
--- a/
t/find_src_files.t
+++ b/
t/find_src_files.t
@@
-1,7
+1,7
@@
#!/usr/bin/perl
use warnings;
use strict;
-use Test::More tests =>
19
;
+use Test::More tests =>
20
;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }