aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-copas/disable-https-tests.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:34:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:34:37 +0000
commit4b3710bb3cc9a1cabcde6b3ec6338a63236cdd8c (patch)
treef512e500d5aa8fae52a13d9ae248ec3e6f4360ef /community/lua-copas/disable-https-tests.patch
parent7c940069fa58d8048d1a7f0688aee9d11280ab71 (diff)
downloadaports-4b3710bb3cc9a1cabcde6b3ec6338a63236cdd8c.tar.bz2
aports-4b3710bb3cc9a1cabcde6b3ec6338a63236cdd8c.tar.xz
community/lua-copas: fix tests
add fixes from upstream for tests
Diffstat (limited to 'community/lua-copas/disable-https-tests.patch')
-rw-r--r--community/lua-copas/disable-https-tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/lua-copas/disable-https-tests.patch b/community/lua-copas/disable-https-tests.patch
deleted file mode 100644
index 5858048032..0000000000
--- a/community/lua-copas/disable-https-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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