summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-12-11 00:23:49 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2018-12-11 00:23:49 -0500
commit4e6ef7640625e4733d3474ee9c9bbbbc4148467e (patch)
tree51de6faaf4a4a5d3fc3179a52309c50b9448a44e /tests/mod-fastcgi.t
parent07517ff30af559d419a592b16b62c4c5dde3bb06 (diff)
downloadlighttpd-git-4e6ef7640625e4733d3474ee9c9bbbbc4148467e.tar.gz
[tests] update skip count in mod-fastcgi.t
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 2ec4eba7..a03360bb 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -22,7 +22,7 @@ SKIP: {
}
SKIP: {
- skip "no PHP running on port 1026", 34 unless $tf->listening_on(1026);
+ skip "no PHP running on port 1026", 31 unless $tf->listening_on(1026);
$tf->{CONFIGFILE} = 'fastcgi-10.conf';
ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup;