[tests] update test skip count for !fcgi-responder
parent
4f00aafcde
commit
32443ea1c7
|
@ -348,7 +348,7 @@ EOF
|
|||
|
||||
|
||||
SKIP: {
|
||||
skip "no fcgi-responder found", 11 unless -x $tf->{BASEDIR}."/tests/fcgi-responder" || -x $tf->{BASEDIR}."/tests/fcgi-responder.exe";
|
||||
skip "no fcgi-responder found", 10 unless -x $tf->{BASEDIR}."/tests/fcgi-responder" || -x $tf->{BASEDIR}."/tests/fcgi-responder.exe";
|
||||
|
||||
$tf->{CONFIGFILE} = 'fastcgi-responder.conf';
|
||||
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();
|
||||
|
|
Loading…
Reference in New Issue