mirror of https://github.com/docker/docs.git
Merge pull request #10988 from ahmetalpbalkan/TestBuildAddBadLinks-leftover-rm
Remove leftover debugging artifact in test
This commit is contained in:
commit
3b484c9554
|
@ -1583,7 +1583,6 @@ func TestBuildAddBadLinks(t *testing.T) {
|
||||||
symlinkTarget = fmt.Sprintf("/../../../../../../../../../../../..%s", tempDir)
|
symlinkTarget = fmt.Sprintf("/../../../../../../../../../../../..%s", tempDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Logf("***=== %s", symlinkTarget)
|
|
||||||
tarPath := filepath.Join(ctx.Dir, "links.tar")
|
tarPath := filepath.Join(ctx.Dir, "links.tar")
|
||||||
nonExistingFile := filepath.Join(tempDir, targetFile)
|
nonExistingFile := filepath.Join(tempDir, targetFile)
|
||||||
fooPath := filepath.Join(ctx.Dir, targetFile)
|
fooPath := filepath.Join(ctx.Dir, targetFile)
|
||||||
|
|
Loading…
Reference in New Issue