Adding update command in help-bats
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
8779fa57eb
commit
2b62358140
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue