[autobuild] skip two new tests if no fcgi-auth

personal/stbuehler/mod-csrf-old
Glenn Strauss 2016-09-23 00:55:58 -04:00
parent 8576341df3
commit e9ee22c204
1 changed files with 1 additions and 1 deletions

View File

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