diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-28 01:16:27 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-28 01:17:14 +0200 |
commit | 24be59c0104739fb727fe1313ba607463dd13502 (patch) | |
tree | 5374b7e6302958434bfe350ccb82192e26c6b9a7 /main/nginx | |
parent | 75d31bd6b84a999942609f7c93ac6957685fb7da (diff) | |
download | aports-24be59c0104739fb727fe1313ba607463dd13502.zip |
main/nginx: disable test that requires special privileges
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index f6c86dda58e..a78a5090cbd 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() { |