Skip to content

Commit 2b62358

Browse files
committed
Adding update command in help-bats
Signed-off-by: rajasec <[email protected]>
1 parent 8779fa5 commit 2b62358

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/help.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ load helpers
7373
[ "$status" -eq 0 ]
7474
[[ ${lines[1]} =~ runc\ state+ ]]
7575

76+
runc update -h
77+
[ "$status" -eq 0 ]
78+
[[ ${lines[1]} =~ runc\ update+ ]]
79+
7680
}
7781

7882
@test "runc foo -h" {

0 commit comments

Comments
 (0)