From: Vsevolod Stakhov Date: Mon, 12 Sep 2022 20:00:59 +0000 (+0100) Subject: [Test] Avoid clashing with the main DBDIR X-Git-Tag: 3.3~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=410071a4ebd913cbcc816c5bccb865ea1e76cb2b;p=thirdparty%2Frspamd.git [Test] Avoid clashing with the main DBDIR Submitted by: @fatalbanana --- diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index a5d5402fed..e1d98e45ac 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