Skip to content

Commit d852210

Browse files
committed
remove duplicate test command on integration
Signed-off-by: Wang Long <[email protected]>
1 parent 38e0df9 commit d852210

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/help.bats

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

76-
runc delete -h
77-
[ "$status" -eq 0 ]
78-
[[ ${lines[1]} =~ runc\ delete+ ]]
79-
8076
}
8177

8278
@test "runc foo -h" {

0 commit comments

Comments
 (0)