mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14941 from hqhq/hq_cli_remove_cleanup
Remove unnecessary container cleanup in integration-cli
This commit is contained in:
commit
6b12d37ced
1 changed files with 0 additions and 4 deletions
|
@ -190,10 +190,6 @@ func (s *DockerSuite) TestExecTtyWithoutStdin(c *check.C) {
|
|||
c.Fatal(err)
|
||||
}
|
||||
|
||||
defer func() {
|
||||
dockerCmd(c, "kill", id)
|
||||
}()
|
||||
|
||||
errChan := make(chan error)
|
||||
go func() {
|
||||
defer close(errChan)
|
||||
|
|
Loading…
Reference in a new issue