diff options
Diffstat (limited to 'test/functional/lua/miltertest/mt1.lua')
-rw-r--r-- | test/functional/lua/miltertest/mt1.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/miltertest/mt1.lua b/test/functional/lua/miltertest/mt1.lua index 20aa3262f..019a85210 100644 --- a/test/functional/lua/miltertest/mt1.lua +++ b/test/functional/lua/miltertest/mt1.lua @@ -1,7 +1,7 @@ print('Check we will accept a message') -require './lib' -require './data' +dofile './lib.lua' +dofile './data.lua' setup() |