[tests] correct skip count for mod-scgi.t

personal/stbuehler/mod-csrf
Glenn Strauss 2017-02-25 16:02:50 -05:00
parent 350d39b4ca
commit ab077790f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ my $tf = LightyTest->new();
my $t;
SKIP: {
skip "no scgi-responder found", 11 unless -x $tf->{BASEDIR}."/tests/scgi-responder" || -x $tf->{BASEDIR}."/tests/scgi-responder.exe";
skip "no scgi-responder found", 10 unless -x $tf->{BASEDIR}."/tests/scgi-responder" || -x $tf->{BASEDIR}."/tests/scgi-responder.exe";
$tf->{CONFIGFILE} = 'scgi-responder.conf';
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();