Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
| ... | ... |
@@ -509,6 +509,8 @@ RUN [ $(ls -l /exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]`,
|
| 509 | 509 |
if _, err := buildImageFromContext(name, ctx, true); err != nil {
|
| 510 | 510 |
t.Fatal(err) |
| 511 | 511 |
} |
| 512 |
+ |
|
| 513 |
+ logDone("build - add single file to non-existing dir")
|
|
| 512 | 514 |
} |
| 513 | 515 |
|
| 514 | 516 |
func TestBuildAddDirContentToRoot(t *testing.T) {
|