Merge pull request #42103 from thaJeztah/20.10_backport_skip_test
This commit is contained in:
commit
bc795b19bf
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ func TestTarWithHardLinkAndRebase(t *testing.T) {
|
|||
// TestUntarParentPathPermissions is a regression test to check that missing
|
||||
// parent directories are created with the expected permissions
|
||||
func TestUntarParentPathPermissions(t *testing.T) {
|
||||
skip.If(t, os.Getuid() != 0, "skipping test that requires root")
|
||||
buf := &bytes.Buffer{}
|
||||
w := tar.NewWriter(buf)
|
||||
err := w.WriteHeader(&tar.Header{Name: "foo/bar"})
|
||||
|
|
Loading…
Reference in a new issue