Skip to content

Commit 54b499e

Browse files
syscall: add another output for TestGroupCleanupUserNamespace
Fixes #16303. Change-Id: I2832477ce0117a66da53ca1f198ebb6121953d56 Reviewed-on: https://go-review.googlesource.com/24833 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 12f2b4f commit 54b499e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/syscall/exec_linux_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func TestGroupCleanupUserNamespace(t *testing.T) {
238238
"uid=0(root) gid=0(root) groups=0(root)",
239239
"uid=0(root) gid=0(root) groups=0(root),65534(nobody)",
240240
"uid=0(root) gid=0(root) groups=0(root),65534(nogroup)",
241+
"uid=0(root) gid=0(root) groups=0(root),65534",
241242
}
242243
for _, e := range expected {
243244
if strOut == e {

0 commit comments

Comments
 (0)