]> source.dussan.org Git - rspamd.git/commit
[Test] Use dofile instead of require
authorMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 09:36:47 +0000 (10:36 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 09:36:47 +0000 (10:36 +0100)
commit65b03cd7e7c56b490895cd0f41687863beadea3e
tree07b752ce7e458802929c473560404a7fcd63636b
parent8128b539535d3c8df974ac2fee7d673f5d3c5502
[Test] Use dofile instead of require

require implies module loading via standard mechanism (which is have to present in LUA_PATH). Here we just load the specific files.
test/functional/lua/miltertest/combined.lua
test/functional/lua/miltertest/mt1.lua
test/functional/lua/miltertest/mt2.lua
test/functional/lua/miltertest/mt3.lua
test/functional/lua/miltertest/mt4.lua