summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-09-23 00:55:58 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-09-23 00:58:41 -0400
commite9ee22c2040cf5b70715f55a3a71973de28d0233 (patch)
treed55bfd202aaf22666aa0f7aca71c53b86ae27b70 /tests/mod-fastcgi.t
parent8576341df3c7b1c285ef87c9cc06a5c7bf3cd74e (diff)
downloadlighttpd-git-e9ee22c2040cf5b70715f55a3a71973de28d0233.tar.gz
[autobuild] skip two new tests if no fcgi-auth
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index 1a2219cf..31f1b92c 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -264,7 +264,7 @@ SKIP: {
}
SKIP: {
- skip "no fcgi-auth found", 5 unless -x $tf->{BASEDIR}."/tests/fcgi-auth" || -x $tf->{BASEDIR}."/tests/fcgi-auth.exe";
+ skip "no fcgi-auth found", 7 unless -x $tf->{BASEDIR}."/tests/fcgi-auth" || -x $tf->{BASEDIR}."/tests/fcgi-auth.exe";
$tf->{CONFIGFILE} = 'fastcgi-auth.conf';
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();