aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-08 10:06:02 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-08-08 10:06:02 +0100
commitec55c73c1b112d19a8f150edcdb88bc257649e9c (patch)
treec11c3fcbae0204891060576d887832141bfa5680 /test
parentbaffa62e42485b362aee4472e85e9e676aba5b1d (diff)
downloadrspamd-ec55c73c1b112d19a8f150edcdb88bc257649e9c.tar.gz
rspamd-ec55c73c1b112d19a8f150edcdb88bc257649e9c.zip
[Test] Remove nasty artifact from `Run Rspamd` function
Diffstat (limited to 'test')
-rw-r--r--test/functional/lib/rspamd.robot1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index c3fe66a00..a8693df21 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -100,7 +100,6 @@ Run Rspamd
${template} = Get File ${CONFIG}
: FOR ${i} IN @{vargs}
\ ${newvalue} = Replace Variables ${${i}}
- \ Set Suite Variable ${${i}} ${newvalue}
\ Run Keyword If '${RSPAMD_SCOPE}' == 'Test' Set Test Variable ${${i}} ${newvalue}
\ ... ELSE IF '${RSPAMD_SCOPE}' == 'Suite' Set Suite Variable ${${i}} ${newvalue}
\ ... ELSE Fail 'RSPAMD_SCOPE must be Test or Suite'