Remove unnecessary container cleanup in integration-cli

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang 2015-07-24 14:48:26 +08:00
parent 7674f21686
commit bcc0968a2c
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)