diff options
Diffstat (limited to 'test/tftptest.lua')
-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 f0dbd82..edb6484 100644 --- a/test/tftptest.lua +++ b/test/tftptest.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | -- load tftpclnt.lua | 1 | -- load tftpclnt.lua |
2 | local tftp = require("tftp") | 2 | local tftp = require("socket.tftp") |
3 | 3 | ||
4 | -- needs tftp server running on localhost, with root pointing to | 4 | -- needs tftp server running on localhost, with root pointing to |
5 | -- a directory with index.html in it | 5 | -- a directory with index.html in it |