From 2b6235814015edab4e6766eb7b41d195a62442ea Mon Sep 17 00:00:00 2001 From: rajasec Date: Mon, 7 Nov 2016 14:43:55 +0530 Subject: [PATCH] Adding update command in help-bats Signed-off-by: rajasec --- tests/integration/help.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/help.bats b/tests/integration/help.bats index 60d398a7..e63b0c11 100644 --- a/tests/integration/help.bats +++ b/tests/integration/help.bats @@ -73,6 +73,10 @@ load helpers [ "$status" -eq 0 ] [[ ${lines[1]} =~ runc\ state+ ]] + runc update -h + [ "$status" -eq 0 ] + [[ ${lines[1]} =~ runc\ update+ ]] + } @test "runc foo -h" {