aboutsummaryrefslogtreecommitdiff
path: root/t/find_src_files.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-05 18:32:48 -0400
committerJoey Hess <joey@kitenet.net>2010-05-05 18:32:48 -0400
commit9257381e8d6e0ec18eac699e22aca63873859e32 (patch)
treeb0f3a80be3bbfc2b5d334e51bfeea2ee206fe5c4 /t/find_src_files.t
parent58a07f9e5436ec815c0cb5736a9680096c977eed (diff)
downloadikiwiki-9257381e8d6e0ec18eac699e22aca63873859e32.tar
ikiwiki-9257381e8d6e0ec18eac699e22aca63873859e32.tar.gz
fix test count
Diffstat (limited to 't/find_src_files.t')
-rwxr-xr-xt/find_src_files.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/find_src_files.t b/t/find_src_files.t
index 4a995c2d3..a3742db75 100755
--- 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"); }