From 3c1cad1ced8e8d98a1aa75fe9c3f07ee98ab4215 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 19 May 2017 14:22:10 +0200 Subject: [PATCH] [Minor] Fix previous commit --- test/functional/cases/106_url_tags.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/cases/106_url_tags.robot b/test/functional/cases/106_url_tags.robot index b2662ec09..960376ab7 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}/../../lualib/global_functions.lua + ${goop} = Get File ${INSTALLROOT}/share/rspamd/rules/rspamd.lua ${goop2} = Get File ${ADDITIONAL} ${goop_unesc} = Catenate ${goop} ${goop2} ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/url_tags.conf -- 2.39.5