From: Vsevolod Stakhov Date: Fri, 19 May 2017 10:00:22 +0000 (+0100) Subject: [Minor] Fix tests X-Git-Tag: 1.6.0~172 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82c3c3a5effda79b82257797e7ca52b9df3cdc81;p=rspamd.git [Minor] Fix tests --- 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}