aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-28 01:16:27 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-28 01:17:14 +0200
commit24be59c0104739fb727fe1313ba607463dd13502 (patch)
tree5374b7e6302958434bfe350ccb82192e26c6b9a7 /main/nginx
parent75d31bd6b84a999942609f7c93ac6957685fb7da (diff)
downloadaports-24be59c0104739fb727fe1313ba607463dd13502.tar.bz2
aports-24be59c0104739fb727fe1313ba607463dd13502.tar.xz
main/nginx: disable test that requires special privileges
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index f6c86dda58..a78a5090cb 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -138,6 +138,9 @@ prepare() {
;;
esac
done
+
+ # This test requires superuser privileges and CAP_NET_ADMIN.
+ rm "$srcdir"/nginx-tests-*/proxy_bind_transparent.t
}
build() {