commit 40c3fcb: [Test] Fix broken tests

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Jul 22 10:28:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-22 11:27:36 +0100
URL: https://github.com/rspamd/rspamd/commit/40c3fcbc349d71ce2ce025421a26486e9f561375 (HEAD -> master)

[Test] Fix broken tests

---
 test/functional/cases/151_rspamadm_async.robot | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/functional/cases/151_rspamadm_async.robot b/test/functional/cases/151_rspamadm_async.robot
index a496bf12a..17d5826c4 100644
--- a/test/functional/cases/151_rspamadm_async.robot
+++ b/test/functional/cases/151_rspamadm_async.robot
@@ -11,7 +11,7 @@ Suite Teardown  Terminate All Processes    kill=True
 ${REDIS_SCOPE}   Test
 ${CONFIG}       ${TESTDIR}/configs/plugins.conf
 ${URL_TLD}      ${TESTDIR}/../lua/unit/test_tld.dat
-${PLUGIN_CONFIG}  
+${PLUGIN_CONFIG}
 
 *** Test Cases ***
 Tcp client
@@ -39,6 +39,8 @@ DNS client
 *** Keywords ***
 
 Rspamadm test Setup
+  ${tmpdir} =  Make Temporary Directory
+  Set Suite Variable  ${TMPDIR}  ${tmpdir}
   Run Dummy Http
   Run Redis
 


More information about the Commits mailing list