aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/regexp.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-01-24 13:37:06 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-01-24 13:37:06 +0000
commitb29c55a1945c81036a02c62d0329a63877ac73b4 (patch)
tree9e4623f2579eb557284d430e8e281c7611a56203 /test/functional/configs/regexp.conf
parent8dcb70a57fea8f6b37897da0e3edefa48b884cb7 (diff)
downloadrspamd-b29c55a1945c81036a02c62d0329a63877ac73b4.tar.gz
rspamd-b29c55a1945c81036a02c62d0329a63877ac73b4.zip
[Test] Add testing for dynamic conf
Diffstat (limited to 'test/functional/configs/regexp.conf')
-rw-r--r--test/functional/configs/regexp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/configs/regexp.conf b/test/functional/configs/regexp.conf
index ddf780ed1..381fa0ea4 100644
--- a/test/functional/configs/regexp.conf
+++ b/test/functional/configs/regexp.conf
@@ -49,4 +49,8 @@ regexp {
}
}
+options {
+ dynamic_conf = "${TESTDIR}/configs/dynamic.conf";
+}
+
lua = "${TESTDIR}/lua/regex_test.lua"