diff --git a/pkg/chrootarchive/archive_test.go b/pkg/chrootarchive/archive_test.go index 07bf73a9fd..5666be2970 100644 --- a/pkg/chrootarchive/archive_test.go +++ b/pkg/chrootarchive/archive_test.go @@ -58,7 +58,7 @@ func TestChrootTarUntar(t *testing.T) { if err != nil { t.Fatal(err) } - dest := filepath.Join(tmpdir, "src") + dest := filepath.Join(tmpdir, "dest") if err := system.MkdirAll(dest, 0700); err != nil { t.Fatal(err) }