1
0
Fork 0
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:
Alexander Morozov 2015-07-24 20:38:15 -07:00
commit 6b12d37ced

View file

@ -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)