diff options
Diffstat (limited to 'tests/root_test/root_test.go')
| -rw-r--r-- | tests/root_test/root_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go index c531ebb..650d802 100644 --- a/tests/root_test/root_test.go +++ b/tests/root_test/root_test.go @@ -305,9 +305,6 @@ func TestOverlay(t *testing.T) { t.Skip("must run as root") } cDir := test_helpers.InitFS(t) - if syscallcompat.DetectQuirks(cDir)&syscallcompat.QuirkNoUserXattr != 0 { - t.Logf("No user xattrs! overlay mount will likely fail.") - } os.Chmod(cDir, 0755) pDir := cDir + ".mnt" test_helpers.MountOrFatal(t, cDir, pDir, "-allow_other", "-extpass=echo test") |
