aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 22:51:33 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 22:51:33 +0000
commit49445951a8e3a6960c9024a6686d4c14fb81f43c (patch)
treeb94e030c1c8424fc091a92666a553143b96f2c96 /test
parent97b26e0b66c840a446a0179200c7df23565330d1 (diff)
downloadluasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.gz
luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.bz2
luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.zip
Few extra changes...
Diffstat (limited to 'test')
-rw-r--r--test/httptest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 8862ceb..2335fcb 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -23,7 +23,7 @@ http.TIMEOUT = 10
23local t = socket.gettime() 23local t = socket.gettime()
24 24
25host = host or "diego.student.princeton.edu" 25host = host or "diego.student.princeton.edu"
26proxy = proxy or "http://dell-diego:3128" 26proxy = proxy or "http://localhost:3128"
27prefix = prefix or "/luasocket-test" 27prefix = prefix or "/luasocket-test"
28cgiprefix = cgiprefix or "/luasocket-test-cgi" 28cgiprefix = cgiprefix or "/luasocket-test-cgi"
29index_file = "test/index.html" 29index_file = "test/index.html"