aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-20 04:51:55 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-20 04:51:55 +0000
commit37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (patch)
tree33f7d8fbbc2860378059810c5372aadc140f1305 /test
parentae4ba2aa98af4e6d035850fcbc5985cea94f25fa (diff)
downloadluasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.gz
luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.bz2
luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.zip
Added check-links-nb.lua that check links in a non-blocking way.
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 86f14a4..3816b54 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -26,7 +26,7 @@ host = host or "localhost" -- "diego.student.princeton.edu"
26proxy = proxy or "http://localhost: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 = "index.html"
30 30
31-- read index with CRLF convention 31-- read index with CRLF convention
32index = readfile(index_file) 32index = readfile(index_file)