diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
commit | f18d1b7cd0ec4708518ab5e18ea33b6eadca0301 (patch) | |
tree | e831c6b1957af47db1301675b52c0d2a2e315fa7 /test/smtptest.lua | |
parent | 307603b24dde69eac62d2cb52123488137520c9c (diff) | |
download | luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.gz luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.bz2 luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.zip |
Closer to release...
Diffstat (limited to 'test/smtptest.lua')
-rw-r--r-- | test/smtptest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smtptest.lua b/test/smtptest.lua index 1bba27f..27ba400 100644 --- a/test/smtptest.lua +++ b/test/smtptest.lua | |||
@@ -60,7 +60,7 @@ local empty = function() | |||
60 | end | 60 | end |
61 | 61 | ||
62 | local get = function() | 62 | local get = function() |
63 | s = "" | 63 | local s = "" |
64 | for i,v in ipairs(files) do | 64 | for i,v in ipairs(files) do |
65 | s = s .. "\n" .. readfile(v) | 65 | s = s .. "\n" .. readfile(v) |
66 | end | 66 | end |