summaryrefslogtreecommitdiff
path: root/tests/mod-scgi.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mod-scgi.t')
-rwxr-xr-xtests/mod-scgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mod-scgi.t b/tests/mod-scgi.t
index 684b012b..20b11482 100755
--- a/tests/mod-scgi.t
+++ b/tests/mod-scgi.t
@@ -14,7 +14,7 @@ my $tf = LightyTest->new();
my $t;
SKIP: {
- skip "no scgi-responder found", 11 unless -x $tf->{BASEDIR}."/tests/scgi-responder" || -x $tf->{BASEDIR}."/tests/scgi-responder.exe";
+ skip "no scgi-responder found", 10 unless -x $tf->{BASEDIR}."/tests/scgi-responder" || -x $tf->{BASEDIR}."/tests/scgi-responder.exe";
$tf->{CONFIGFILE} = 'scgi-responder.conf';
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();