Skip to content

Commit e0032d4

Browse files
authored
Merge pull request #1182 from rajasec/helpbats-update
Adding update command in help-bats
2 parents 5137186 + 2b62358 commit e0032d4

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)