diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-06-08 22:40:57 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-06-08 22:40:57 +0000 |
commit | 6fb33f0a762b541da342faf7bf128092d41a6e83 (patch) | |
tree | 1051876d9af10816c2075acf619178a21ce7a58d | |
parent | e9eafc74809319bcbe97f0661a710601fe3d1c1e (diff) | |
download | luasocket-6fb33f0a762b541da342faf7bf128092d41a6e83.tar.gz luasocket-6fb33f0a762b541da342faf7bf128092d41a6e83.tar.bz2 luasocket-6fb33f0a762b541da342faf7bf128092d41a6e83.zip |
ftp.lua needs buffer.lua...
-rw-r--r-- | test/ftptest.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ftptest.lua b/test/ftptest.lua index 85dc16b..41f314d 100644 --- a/test/ftptest.lua +++ b/test/ftptest.lua | |||
@@ -1,4 +1,5 @@ | |||
1 | assert(dofile("../lua/ftp.lua")) | 1 | assert(dofile("../lua/ftp.lua")) |
2 | assert(dofile("../lua/buffer.lua")) | ||
2 | assert(dofile("auxiliar.lua")) | 3 | assert(dofile("auxiliar.lua")) |
3 | 4 | ||
4 | pdir = "/home/i/diego/public/html/luasocket/test/" | 5 | pdir = "/home/i/diego/public/html/luasocket/test/" |