]> source.dussan.org Git - rspamd.git/commitdiff
[Test] fixed config path 2540/head
authorMikhail Galanin <mgalanin@mimecast.com>
Thu, 27 Sep 2018 14:07:17 +0000 (15:07 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Thu, 27 Sep 2018 14:07:17 +0000 (15:07 +0100)
test/functional/lua/rspamadm/test_dns_client.lua

index 9e7edaa469c2119c1d4e7f35dfc8b7f5eec0d9a4..c54d594999ad04a9e261d29573c55422dbddb9e6 100644 (file)
@@ -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