Просмотр исходного кода

Fix logDone message for TestCopySingleFileToExistDir

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 10 лет назад
Родитель
Сommit
aa0449c813
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      integration-cli/docker_cli_build_test.go

+ 1 - 1
integration-cli/docker_cli_build_test.go

@@ -322,7 +322,7 @@ func TestCopySingleFileToExistDir(t *testing.T) {
 
 
 	deleteImages("testcopyimg")
 	deleteImages("testcopyimg")
 
 
-	logDone("build - add single file to existing dir")
+	logDone("build - copy single file to existing dir")
 }
 }
 
 
 func TestCopySingleFileToNonExistDir(t *testing.T) {
 func TestCopySingleFileToNonExistDir(t *testing.T) {