summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
diff options
context:
space:
mode:
authorJessica Frazelle <jess@docker.com>2015-04-08 16:20:42 -0700
committerJessica Frazelle <jess@docker.com>2015-04-08 16:59:36 -0700
commit255b84444a86201995d8f688d71b83822f146c3e (patch)
tree258c58ab856abbf87762b519cbceb21825d93b64 /integration-cli/docker_cli_cp_test.go
parent7233bd223d4760af604e619a06c2c9ffe3fa1e22 (diff)
downloaddocker-255b84444a86201995d8f688d71b83822f146c3e.tar.gz
cleanup/fix integration-cli for overlay in overlay
Signed-off-by: Jessica Frazelle <jess@docker.com>
Diffstat (limited to 'integration-cli/docker_cli_cp_test.go')
-rw-r--r--integration-cli/docker_cli_cp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_cp_test.go b/integration-cli/docker_cli_cp_test.go
index f448b3d58b..37e4659e91 100644
--- a/integration-cli/docker_cli_cp_test.go
+++ b/integration-cli/docker_cli_cp_test.go
@@ -472,7 +472,7 @@ func TestCpVolumePath(t *testing.T) {
}
cleanedContainerID := strings.TrimSpace(out)
- defer deleteContainer(cleanedContainerID)
+ defer dockerCmd(t, "rm", "-fv", cleanedContainerID)
out, _, err = dockerCmd(t, "wait", cleanedContainerID)
if err != nil || strings.TrimSpace(out) != "0" {