Fix logDone message for TestCopySingleFileToExistDir

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Upstream-commit: aa0449c8139afec8e1446bb8650acad886b0a194
Component: engine
This commit is contained in:
Alexandr Morozov
2014-09-18 09:02:05 +04:00
parent 44cb0660ec
commit c6ab84449d

View File

@ -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) {