Do not use extglob in nginx-custom

This commit is contained in:
Martchus 2018-01-10 19:15:24 +01:00
parent 4dcafeafaa
commit 486c284617
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net>
# Contributor: Alexander Kuznecov <alexander@kuznetcov.me>
shopt -s extglob # for excluding one of the tests, see testresults.txt
_pkgname=nginx
_user='http'
_group='http'
@ -135,7 +133,7 @@ prepare() {
check() {
cd nginx-tests
warning "Ignore failing auth_request_satisfy.t for now, see testresults.txt"
TEST_NGINX_BINARY="$srcdir/${_pkgname}-${pkgver}/objs/nginx" prove !(auth_request_satisfy).t
TEST_NGINX_BINARY="$srcdir/${_pkgname}-${pkgver}/objs/nginx" find -maxdepth 1 -not -iname 'auth_request_satisfy.t' -iname '*.t' -exec prove {} \+
}
build() {