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) return a end -host = host or "goya" +host = host or "localhost" print("downloading") err = tftp_get(host, 69, "index.html", "index.got") assert(not err, err)