[tests] update test skip count for !fcgi-responder

personal/stbuehler/mod-csrf
Glenn Strauss 2017-01-10 17:04:11 -05:00
parent 4f00aafcde
commit 32443ea1c7
1 changed files with 1 additions and 1 deletions

View File

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