summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-03-06 14:50:48 +0000
committerJan Kneschke <jan@kneschke.de>2006-03-06 14:50:48 +0000
commitad620446f27b05da20b8c693e9a8bd80394b2e37 (patch)
treef0a065cac5ed80702b2900fb8cde414309c5b35f /tests/mod-fastcgi.t
parent66de89f0f884fae9ce2f906d44e1940dd8c8d097 (diff)
downloadlighttpd-git-ad620446f27b05da20b8c693e9a8bd80394b2e37.tar.gz
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
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t4
1 files changed, 2 insertions, 2 deletions
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();