Merge pull request #1056 from datawolf/remove-duplicate-test
remove duplicate test command on integration
This commit is contained in:
commit
ce5d8cf941
|
@ -73,10 +73,6 @@ load helpers
|
|||
[ "$status" -eq 0 ]
|
||||
[[ ${lines[1]} =~ runc\ state+ ]]
|
||||
|
||||
runc delete -h
|
||||
[ "$status" -eq 0 ]
|
||||
[[ ${lines[1]} =~ runc\ delete+ ]]
|
||||
|
||||
}
|
||||
|
||||
@test "runc foo -h" {
|
||||
|
|
Loading…
Reference in New Issue