mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 19:01:25 +02:00
16 lines
559 B
Diff
16 lines
559 B
Diff
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
|