aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-19 11:00:22 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-05-19 11:00:22 +0100
commit82c3c3a5effda79b82257797e7ca52b9df3cdc81 (patch)
tree09fe6d8738a3ccb01b8ccde0b375251659a08f60 /test
parent02139021a58e4e21c6b8d0f1fdd6ba337da1e40e (diff)
downloadrspamd-82c3c3a5effda79b82257797e7ca52b9df3cdc81.tar.gz
rspamd-82c3c3a5effda79b82257797e7ca52b9df3cdc81.zip
[Minor] Fix tests
Diffstat (limited to 'test')
-rw-r--r--test/functional/cases/106_url_tags.robot2
-rw-r--r--test/functional/configs/plugins.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/cases/106_url_tags.robot b/test/functional/cases/106_url_tags.robot
index a41ba2848..b2662ec09 100644
--- a/test/functional/cases/106_url_tags.robot
+++ b/test/functional/cases/106_url_tags.robot
@@ -26,7 +26,7 @@ URL Tags Setup
Set Suite Variable ${TMPDIR}
Run Redis
${LUA} = Make Temporary File
- ${goop} = Get File ${TESTDIR}/../../rules/global_functions.lua
+ ${goop} = Get File ${TESTDIR}/../../lualib/global_functions.lua
${goop2} = Get File ${ADDITIONAL}
${goop_unesc} = Catenate ${goop} ${goop2}
${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/url_tags.conf
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf
index 47d46d841..bee8fc65a 100644
--- a/test/functional/configs/plugins.conf
+++ b/test/functional/configs/plugins.conf
@@ -30,5 +30,5 @@ worker {
modules {
path = "${TESTDIR}/../../src/plugins/lua/"
}
-lua = "${TESTDIR}/../../rules/global_functions.lua"
+lua = "${TESTDIR}/../../lualib/global_functions.lua"
${PLUGIN_CONFIG}