diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-03-14 16:04:00 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-03-14 16:04:00 +0200 |
commit | 83b5732cda9a7f6c424ed704466cd8e85ea93131 (patch) | |
tree | d827de4dfe1910afa88497b23e977d25b74c58f7 /test | |
parent | 5ec290102e2f527334afc016687c749515ec9691 (diff) | |
download | rspamd-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.robot | 5 |
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 |