aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-copas/disable-https-tests.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-31 15:43:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-31 15:43:27 +0000
commita9031ebe509bf2b71f0fdf3b74cc8318e0eea5ad (patch)
treeeab34c73534cfc94ddc29fe7cd12d6e07836f6c1 /community/lua-copas/disable-https-tests.patch
parentb807ec15de6f3fa4441be909692dc393b59a6ce1 (diff)
downloadaports-a9031ebe509bf2b71f0fdf3b74cc8318e0eea5ad.tar.bz2
aports-a9031ebe509bf2b71f0fdf3b74cc8318e0eea5ad.tar.xz
community/lua-copas: disable tests with https
apparently lua-sec does not work.
Diffstat (limited to 'community/lua-copas/disable-https-tests.patch')
-rw-r--r--community/lua-copas/disable-https-tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/lua-copas/disable-https-tests.patch b/community/lua-copas/disable-https-tests.patch
new file mode 100644
index 0000000000..5858048032
--- /dev/null
+++ b/community/lua-copas/disable-https-tests.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile b/Makefile
+index 5b383d3..9d8c749 100644
+--- a/Makefile
++++ b/Makefile
+@@ -24,8 +24,8 @@ install:
+ test:
+ $(LUA) $(PKGPATH) tests/largetransfer.lua
+ $(LUA) $(PKGPATH) tests/request.lua 'http://www.google.com'
+- $(LUA) $(PKGPATH) tests/request.lua 'https://www.google.nl'
+- $(LUA) $(PKGPATH) tests/httpredirect.lua
++# $(LUA) $(PKGPATH) tests/request.lua 'https://www.google.nl'
++# $(LUA) $(PKGPATH) tests/httpredirect.lua
+ $(LUA) $(PKGPATH) tests/limit.lua
+ $(LUA) $(PKGPATH) tests/connecttwice.lua
+ $(LUA) $(PKGPATH) tests/exit.lua