mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix logDone message for TestCopySingleFileToExistDir
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
e9b5acba4b
commit
aa0449c813
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue