[tests] update skip count in mod-fastcgi.t

personal/stbuehler/fix-fdevent
Glenn Strauss 5 years ago
parent 07517ff30a
commit 4e6ef76406

@ -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;

Loading…
Cancel
Save