summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-01-10 17:04:11 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-01-10 17:04:11 -0500
commit32443ea1c761fe61fbee227a46260a462f373390 (patch)
tree27b293ac0859327faf8cf51dbf8faa5a4389e36a /tests/mod-fastcgi.t
parent4f00aafcdebb81a5fb84873683aa5688d0ce6321 (diff)
downloadlighttpd-git-32443ea1c761fe61fbee227a46260a462f373390.tar.gz
[tests] update test skip count for !fcgi-responder
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index f5daaa9b..763002b5 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -348,7 +348,7 @@ EOF
SKIP: {
- skip "no fcgi-responder found", 11 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();