Adding update command in help-bats

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2016-11-07 14:43:55 +05:30
parent 8779fa57eb
commit 2b62358140
1 changed files with 4 additions and 0 deletions

View File

@ -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" {