Skip to content

Commit

Permalink
Fix logDone message for TestCopySingleFileToExistDir
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
  • Loading branch information
LK4D4 committed Sep 18, 2014
1 parent e9b5acb commit aa0449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_build_test.go
Expand Up @@ -322,7 +322,7 @@ func TestCopySingleFileToExistDir(t *testing.T) {

deleteImages("testcopyimg")

logDone("build - add single file to existing dir")
logDone("build - copy single file to existing dir")
}

func TestCopySingleFileToNonExistDir(t *testing.T) {
Expand Down

0 comments on commit aa0449c

Please sign in to comment.