aboutsummaryrefslogtreecommitdiff
path: root/test/tftptest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/tftptest.lua')
-rw-r--r--test/tftptest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tftptest.lua b/test/tftptest.lua
index edb6484..35078e8 100644
--- a/test/tftptest.lua
+++ b/test/tftptest.lua
@@ -12,7 +12,7 @@ function readfile(file)
12 return a 12 return a
13end 13end
14 14
15host = host or "localhost" 15host = host or "diego.student.princeton.edu"
16retrieved, err = tftp.get("tftp://" .. host .."/index.html") 16retrieved, err = tftp.get("tftp://" .. host .."/index.html")
17assert(not err, err) 17assert(not err, err)
18original = readfile("test/index.html") 18original = readfile("test/index.html")