mirror of https://github.com/docker/docs.git
Remove unnecessary container cleanup in integration-cli
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
7674f21686
commit
bcc0968a2c
|
@ -190,10 +190,6 @@ func (s *DockerSuite) TestExecTtyWithoutStdin(c *check.C) {
|
||||||
c.Fatal(err)
|
c.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
defer func() {
|
|
||||||
dockerCmd(c, "kill", id)
|
|
||||||
}()
|
|
||||||
|
|
||||||
errChan := make(chan error)
|
errChan := make(chan error)
|
||||||
go func() {
|
go func() {
|
||||||
defer close(errChan)
|
defer close(errChan)
|
||||||
|
|
Loading…
Reference in New Issue