From 83b5732cda9a7f6c424ed704466cd8e85ea93131 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 14 Mar 2017 16:04:00 +0200 Subject: [PATCH] [Test] Test `rspamadm confighelp` doesn't yield an error --- test/functional/cases/150_rspamadm.robot | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5