diff options
-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"); } |