From 4e6ef7640625e4733d3474ee9c9bbbbc4148467e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 11 Dec 2018 00:23:49 -0500 Subject: [tests] update skip count in mod-fastcgi.t --- 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 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; -- cgit v1.2.1