summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-02-24 18:49:08 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:30 -0400
commitaf836b94d30d088b02899789b74a1d41a35b9eac (patch)
tree952e12509dddce25ea10201b35f05cbcf93522a9 /tests/mod-fastcgi.t
parent0acb0f3604083eaa8363d865beab602efaab5381 (diff)
downloadlighttpd-git-af836b94d30d088b02899789b74a1d41a35b9eac.tar.gz
[tests] fix skip count in mod-fastcgi w/o php-cgi
(fix test skip count when php-cgi is not available)
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 4ae50d1f..8ee9c042 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -15,7 +15,7 @@ my $tf = LightyTest->new();
my $t;
SKIP: {
- skip "no php binary found", 31 unless $LightyTest::HAVE_PHP;
+ skip "no php binary found", 29 unless $LightyTest::HAVE_PHP;
$tf->{CONFIGFILE} = 'fastcgi-10.conf';
ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup;