diff options
Diffstat (limited to 'test/functional/lua/miltertest/mt3.lua')
-rw-r--r-- | test/functional/lua/miltertest/mt3.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/miltertest/mt3.lua b/test/functional/lua/miltertest/mt3.lua index 1fc1cc4be..6b30126e5 100644 --- a/test/functional/lua/miltertest/mt3.lua +++ b/test/functional/lua/miltertest/mt3.lua @@ -1,7 +1,7 @@ print('Check we will rewrite subjects') -require './lib' -require './data' +dofile './lib.lua' +dofile './data.lua' setup() |