diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/httptest.lua | 2 |
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" | |||
26 | proxy = proxy or "http://localhost:3128" | 26 | proxy = proxy or "http://localhost:3128" |
27 | prefix = prefix or "/luasocket-test" | 27 | prefix = prefix or "/luasocket-test" |
28 | cgiprefix = cgiprefix or "/luasocket-test-cgi" | 28 | cgiprefix = cgiprefix or "/luasocket-test-cgi" |
29 | index_file = "test/index.html" | 29 | index_file = "index.html" |
30 | 30 | ||
31 | -- read index with CRLF convention | 31 | -- read index with CRLF convention |
32 | index = readfile(index_file) | 32 | index = readfile(index_file) |