diff options
Diffstat (limited to 'test/ftptest.lua')
-rw-r--r-- | test/ftptest.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ftptest.lua b/test/ftptest.lua index ef1bf0f..63d20e6 100644 --- a/test/ftptest.lua +++ b/test/ftptest.lua | |||
@@ -12,8 +12,8 @@ local host, port, index_file, index, back, err, ret | |||
12 | 12 | ||
13 | local t = socket.gettime() | 13 | local t = socket.gettime() |
14 | 14 | ||
15 | host = host or "diego.student.princeton.edu" | 15 | host = host or "localhost" |
16 | index_file = "test/index.html" | 16 | index_file = "index.html" |
17 | 17 | ||
18 | 18 | ||
19 | -- a function that returns a directory listing | 19 | -- a function that returns a directory listing |