diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 18:32:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 18:32:48 -0400 |
commit | 9257381e8d6e0ec18eac699e22aca63873859e32 (patch) | |
tree | b0f3a80be3bbfc2b5d334e51bfeea2ee206fe5c4 | |
parent | 58a07f9e5436ec815c0cb5736a9680096c977eed (diff) |
fix test count
-rwxr-xr-x | t/find_src_files.t | 2 |
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"); } |