Merge pull request #13489 from cpuguy83/cleanup_rm_funcs
Cleanup container rm funcs Upstream-commit: de318d8c1d980066db8e94825d0529698095536c Component: engine
This commit is contained in:
@@ -435,7 +435,6 @@ func (s *DockerSuite) TestCpVolumePath(c *check.C) {
|
||||
}
|
||||
|
||||
cleanedContainerID := strings.TrimSpace(out)
|
||||
defer dockerCmd(c, "rm", "-fv", cleanedContainerID)
|
||||
|
||||
out, _ = dockerCmd(c, "wait", cleanedContainerID)
|
||||
if strings.TrimSpace(out) != "0" {
|
||||
|
||||
Reference in New Issue
Block a user