We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f2b4f commit 54b499eCopy full SHA for 54b499e
src/syscall/exec_linux_test.go
@@ -238,6 +238,7 @@ func TestGroupCleanupUserNamespace(t *testing.T) {
238
"uid=0(root) gid=0(root) groups=0(root)",
239
"uid=0(root) gid=0(root) groups=0(root),65534(nobody)",
240
"uid=0(root) gid=0(root) groups=0(root),65534(nogroup)",
241
+ "uid=0(root) gid=0(root) groups=0(root),65534",
242
}
243
for _, e := range expected {
244
if strOut == e {
0 commit comments