]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Test `rspamadm confighelp` doesn't yield an error
authorAndrew Lewis <nerf@judo.za.org>
Tue, 14 Mar 2017 14:04:00 +0000 (16:04 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 14 Mar 2017 14:04:00 +0000 (16:04 +0200)
test/functional/cases/150_rspamadm.robot

index bebcb0e0ede8a490e507e82bce06be2d6622b241..4e7b3c8aa525485d4f5343cbac8562e568f13f3a 100644 (file)
@@ -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