From 3bb7667b40e5968e83491cf532836570f72909f0 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 30 Oct 2007 01:53:02 +0000 Subject: [PATCH] fix number of tests git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@911 07558da8-63fa-0310-ba24-9fe276d99e06 --- t/2-input.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/2-input.t b/t/2-input.t index 9a2a78d..f26ce96 100755 --- a/t/2-input.t +++ b/t/2-input.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::More tests => 123; +use Test::More tests => 124; use Test::Exception; use Cwd qw/abs_path/; use blib; -- 2.20.1