summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-03-14 16:04:00 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-03-14 16:04:00 +0200
commit83b5732cda9a7f6c424ed704466cd8e85ea93131 (patch)
treed827de4dfe1910afa88497b23e977d25b74c58f7 /test
parent5ec290102e2f527334afc016687c749515ec9691 (diff)
downloadrspamd-83b5732cda9a7f6c424ed704466cd8e85ea93131.tar.gz
rspamd-83b5732cda9a7f6c424ed704466cd8e85ea93131.zip
[Test] Test `rspamadm confighelp` doesn't yield an error
Diffstat (limited to 'test')
-rw-r--r--test/functional/cases/150_rspamadm.robot5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/cases/150_rspamadm.robot b/test/functional/cases/150_rspamadm.robot
index bebcb0e0e..4e7b3c8aa 100644
--- a/test/functional/cases/150_rspamadm.robot
+++ b/test/functional/cases/150_rspamadm.robot
@@ -7,3 +7,8 @@ Config Test
Should Match Regexp ${result.stderr} ^$
Should Match Regexp ${result.stdout} ^syntax OK$
Should Be Equal As Integers ${result.rc} 0
+
+Config Help
+ ${result} = Run Process ${RSPAMADM} confighelp
+ Should Match Regexp ${result.stderr} ^$
+ Should Be Equal As Integers ${result.rc} 0