From ab077790f22033f4108a87e53470d4fbb9b7684e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 25 Feb 2017 16:02:50 -0500 Subject: [tests] correct skip count for mod-scgi.t --- tests/mod-scgi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mod-scgi.t') diff --git a/tests/mod-scgi.t b/tests/mod-scgi.t index 684b012b..20b11482 100755 --- a/tests/mod-scgi.t +++ b/tests/mod-scgi.t @@ -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(); -- cgit v1.2.1