From 98d5982d48a3788e42b241305dd5d6792593e3d5 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sat, 27 Aug 2005 14:15:51 +0000 Subject: [PATCH] fixe dthe number of tests in mod-secdownload.t git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@627 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/mod-secdownload.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mod-secdownload.t b/tests/mod-secdownload.t index 77459589..b1ae2c77 100755 --- a/tests/mod-secdownload.t +++ b/tests/mod-secdownload.t @@ -8,7 +8,7 @@ BEGIN { use strict; use IO::Socket; -use Test::More tests => 3; +use Test::More tests => 5; use LightyTest; use Digest::MD5 qw(md5_hex);