diff options
Diffstat (limited to 'test/functional/lua/miltertest/mt4.lua')
-rw-r--r-- | test/functional/lua/miltertest/mt4.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/miltertest/mt4.lua b/test/functional/lua/miltertest/mt4.lua index 0fc69e477..300cf69fb 100644 --- a/test/functional/lua/miltertest/mt4.lua +++ b/test/functional/lua/miltertest/mt4.lua @@ -1,7 +1,7 @@ print('Check we will defer messages') -require './lib' -require './data' +dofile './lib.lua' +dofile './data.lua' setup() |