Skip to content

Commit ce5d8cf

Browse files
author
Mrunal Patel
authored
Merge pull request #1056 from datawolf/remove-duplicate-test
remove duplicate test command on integration
2 parents 52454cf + d852210 commit ce5d8cf

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)