blob: 58580480329d5b47eba4c0adaa3ef9d7cac7dceb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|