From af836b94d30d088b02899789b74a1d41a35b9eac Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 24 Feb 2020 18:49:08 -0500 Subject: [tests] fix skip count in mod-fastcgi w/o php-cgi (fix test skip count when php-cgi is not available) --- tests/mod-fastcgi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mod-fastcgi.t') 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; -- cgit v1.2.1