Cleanup container rm funcs
Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: f8628ba89104385071e811d0b21293d7cd2e8e01 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