diff options
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 |