From: Andrew Lewis Date: Tue, 14 Mar 2017 14:04:00 +0000 (+0200) Subject: [Test] Test `rspamadm confighelp` doesn't yield an error X-Git-Tag: 1.5.3~28^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83b5732cda9a7f6c424ed704466cd8e85ea93131;p=rspamd.git [Test] Test `rspamadm confighelp` doesn't yield an error --- 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