summaryrefslogtreecommitdiff
path: root/tests/mod-scgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-02-25 16:02:50 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-02-25 16:02:50 -0500
commitab077790f22033f4108a87e53470d4fbb9b7684e (patch)
treeae2694a3ead5258c5f1168c3fcb5e6439a9fc78d /tests/mod-scgi.t
parent350d39b4cae6f4614c03cd075dbc86d248b5b461 (diff)
downloadlighttpd-git-ab077790f22033f4108a87e53470d4fbb9b7684e.tar.gz
[tests] correct skip count for mod-scgi.t
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();