diff options
-rw-r--r-- | test/tftptest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tftptest.lua b/test/tftptest.lua index 1e9e1d5..b29657a 100644 --- a/test/tftptest.lua +++ b/test/tftptest.lua | |||
@@ -14,7 +14,7 @@ function readfile(file) | |||
14 | return a | 14 | return a |
15 | end | 15 | end |
16 | 16 | ||
17 | host = host or "goya" | 17 | host = host or "localhost" |
18 | print("downloading") | 18 | print("downloading") |
19 | err = tftp_get(host, 69, "index.html", "index.got") | 19 | err = tftp_get(host, 69, "index.html", "index.got") |
20 | assert(not err, err) | 20 | assert(not err, err) |