aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tftptest.lua2
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
15end 15end
16 16
17host = host or "goya" 17host = host or "localhost"
18print("downloading") 18print("downloading")
19err = tftp_get(host, 69, "index.html", "index.got") 19err = tftp_get(host, 69, "index.html", "index.got")
20assert(not err, err) 20assert(not err, err)