You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip.If(t, os.Getuid() !=0, "skipping test that requires root")
33
-
skip.If(t, rsystem.RunningInUserNS(), "skipping test that requires initial userns (trusted.overlay.opaque xattr cannot be set in userns, even with Ubuntu kernel)")
33
+
skip.If(t, sys.RunningInUserNS(), "skipping test that requires initial userns (trusted.overlay.opaque xattr cannot be set in userns, even with Ubuntu kernel)")
34
34
// Create opaque directory containing single file and permission 0700
// version of this package that was built with <=go17 are still readable.
1231
1231
funcTestPrefixHeaderReadable(t*testing.T) {
1232
1232
skip.If(t, runtime.GOOS!="windows"&&os.Getuid() !=0, "skipping test that requires root")
1233
-
skip.If(t, rsystem.RunningInUserNS(), "skipping test that requires more than 010000000 UIDs, which is unlikely to be satisfied when running in userns")
1233
+
skip.If(t, sys.RunningInUserNS(), "skipping test that requires more than 010000000 UIDs, which is unlikely to be satisfied when running in userns")
0 commit comments