1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove leftover debugging artifact in test

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
Ahmet Alp Balkan 2015-02-24 11:44:14 -08:00
parent d0bc3537d7
commit e9e993922d

View file

@ -1583,7 +1583,6 @@ func TestBuildAddBadLinks(t *testing.T) {
symlinkTarget = fmt.Sprintf("/../../../../../../../../../../../..%s", tempDir)
}
t.Logf("***=== %s", symlinkTarget)
tarPath := filepath.Join(ctx.Dir, "links.tar")
nonExistingFile := filepath.Join(tempDir, targetFile)
fooPath := filepath.Join(ctx.Dir, targetFile)