aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-09-12 21:00:59 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-09-12 21:00:59 +0100
commit410071a4ebd913cbcc816c5bccb865ea1e76cb2b (patch)
tree6e8ab2a513888c9ed9b6f58a1e7878c3eb46b54a /test
parentcce3e3afdec603353f1d8b45d23c5f1618fdfcf0 (diff)
downloadrspamd-410071a4ebd913cbcc816c5bccb865ea1e76cb2b.tar.gz
rspamd-410071a4ebd913cbcc816c5bccb865ea1e76cb2b.zip
[Test] Avoid clashing with the main DBDIR
Submitted by: @fatalbanana
Diffstat (limited to 'test')
-rw-r--r--test/functional/lib/rspamd.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index a5d5402fe..e1d98e45a 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -241,7 +241,7 @@ Run Rspamd
# Run Rspamd
${result} = Run Process ${RSPAMD} ${SET_LOCAL_CONFDIR} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP}
- ... -c ${CONFIG} env:TMPDIR=${RSPAMD_TMPDIR} env:DBDIR=${RSPAMD_TMPDIR} env:LD_LIBRARY_PATH=${RSPAMD_TESTDIR}/../../contrib/aho-corasick
+ ... -c ${CONFIG} env:TMPDIR=${RSPAMD_TMPDIR} env:RSPAMD_DBDIR=${RSPAMD_TMPDIR} env:LD_LIBRARY_PATH=${RSPAMD_TESTDIR}/../../contrib/aho-corasick
# We need to send output to files (or discard output) to avoid hanging Robot
... stdout=${RSPAMD_TMPDIR}/rspamd.stdout stderr=${RSPAMD_TMPDIR}/rspamd.stderr