summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/miltertest/mt2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/miltertest/mt2.lua')
-rw-r--r--test/functional/lua/miltertest/mt2.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/miltertest/mt2.lua b/test/functional/lua/miltertest/mt2.lua
index 56ea6f639..1c8fa83d8 100644
--- a/test/functional/lua/miltertest/mt2.lua
+++ b/test/functional/lua/miltertest/mt2.lua
@@ -1,7 +1,7 @@
print('Check we will reject a message')
-require './lib'
-require './data'
+dofile './lib.lua'
+dofile './data.lua'
setup()