From 82c3c3a5effda79b82257797e7ca52b9df3cdc81 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 19 May 2017 11:00:22 +0100 Subject: [PATCH] [Minor] Fix tests --- test/functional/cases/106_url_tags.robot | 2 +- test/functional/configs/plugins.conf | 2 +- 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} -- 2.39.5