[tests] correct skip count for mod-scgi.t
parent
350d39b4ca
commit
ab077790f2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue