From 9257381e8d6e0ec18eac699e22aca63873859e32 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 May 2010 18:32:48 -0400 Subject: [PATCH] fix test count --- t/find_src_files.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.26.2