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
1 changed files with 0 additions and 4 deletions

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)