Merge pull request #1182 from rajasec/helpbats-update
Adding update command in help-bats
This commit is contained in:
commit
e0032d443b
|
@ -73,6 +73,10 @@ load helpers
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[[ ${lines[1]} =~ runc\ state+ ]]
|
[[ ${lines[1]} =~ runc\ state+ ]]
|
||||||
|
|
||||||
|
runc update -h
|
||||||
|
[ "$status" -eq 0 ]
|
||||||
|
[[ ${lines[1]} =~ runc\ update+ ]]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "runc foo -h" {
|
@test "runc foo -h" {
|
||||||
|
|
Loading…
Reference in New Issue