From 023a17c1da5fa20491e2926e753f532f2a43d06f Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Thu, 27 Sep 2018 15:07:17 +0100 Subject: [PATCH] [Test] fixed config path --- test/functional/lua/rspamadm/test_dns_client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/lua/rspamadm/test_dns_client.lua b/test/functional/lua/rspamadm/test_dns_client.lua index 9e7edaa469..c54d594999 100644 --- a/test/functional/lua/rspamadm/test_dns_client.lua +++ b/test/functional/lua/rspamadm/test_dns_client.lua @@ -1,7 +1,7 @@ local rspamd_dns = require "rspamd_dns" local logger = require "rspamd_logger" -local config_path = '/Users/mgalanin/build/robot-save/rspamd.conf.last' +local config_path = rspamd_paths['CONFDIR'] .. '/rspamd.conf' local _r,err = rspamd_config:load_ucl(config_path) if not _r then -- 2.47.3