From ad620446f27b05da20b8c693e9a8bd80394b2e37 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 6 Mar 2006 14:50:48 +0000 Subject: we have an extra test for responders git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1028 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/mod-fastcgi.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/mod-fastcgi.t') diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t index 4d84cd2b..82122ec1 100755 --- a/tests/mod-fastcgi.t +++ b/tests/mod-fastcgi.t @@ -7,7 +7,7 @@ BEGIN { } use strict; -use Test::More tests => 45; +use Test::More tests => 46; use LightyTest; my $tf = LightyTest->new(); @@ -249,7 +249,7 @@ EOF SKIP: { - skip "no fcgi-responder found", 9 unless -x $tf->{BASEDIR}."/tests/fcgi-responder" || -x $tf->{BASEDIR}."/tests/fcgi-responder.exe"; + skip "no fcgi-responder found", 10 unless -x $tf->{BASEDIR}."/tests/fcgi-responder" || -x $tf->{BASEDIR}."/tests/fcgi-responder.exe"; $tf->{CONFIGFILE} = 'fastcgi-responder.conf'; ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die(); -- cgit v1.2.1