Almost ready for beta3
This commit is contained in:
parent
eb0fc857dd
commit
7c97e8e40a
26 changed files with 310 additions and 190 deletions
|
@ -12,7 +12,7 @@ function readfile(file)
|
|||
return a
|
||||
end
|
||||
|
||||
host = host or "localhost"
|
||||
host = host or "diego.student.princeton.edu"
|
||||
retrieved, err = tftp.get("tftp://" .. host .."/index.html")
|
||||
assert(not err, err)
|
||||
original = readfile("test/index.html")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue