diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-09-02 18:49:54 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-09-02 19:14:04 +0200 |
commit | 3b571d3ef42129a25324e4f6d17d5d3dc513a1c0 (patch) | |
tree | af05130d487c603efc0fc4c346905623e2d65abd /test/functional/configs/fuzzy.conf | |
parent | 2d90a61b3a70bc75735575435276c9226c7f2c0f (diff) | |
download | rspamd-3b571d3ef42129a25324e4f6d17d5d3dc513a1c0.tar.gz rspamd-3b571d3ef42129a25324e4f6d17d5d3dc513a1c0.zip |
[Test] Fix stats_path
Diffstat (limited to 'test/functional/configs/fuzzy.conf')
-rw-r--r-- | test/functional/configs/fuzzy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/fuzzy.conf b/test/functional/configs/fuzzy.conf index fcd744f92..deb518f4c 100644 --- a/test/functional/configs/fuzzy.conf +++ b/test/functional/configs/fuzzy.conf @@ -35,6 +35,7 @@ worker { bind_socket = "${LOCAL_ADDR}:${PORT_CONTROLLER}"; count = 1 secure_ip = ["${LOCAL_ADDR}"]; + stats_path = "${TMPDIR}/stats.ucl"; } worker { |