]> Cypherpunks repositories - gostls13.git/commit
syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux
authorHiroshi Ioka <hirochachacha@gmail.com>
Tue, 17 Jan 2017 07:16:42 +0000 (16:16 +0900)
committerDavid Crawshaw <crawshaw@golang.org>
Sun, 10 Sep 2017 14:00:44 +0000 (14:00 +0000)
commit8435a746f5ca03bfd53ddf099bb2e82e6854acbf
tree99e1e21c51514dae52deffe180af6882afcf2f76
parent753bac3a55359b9f19565143eef6179a404bdeea
syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux

Despite its name, it did the same thing as
TestCloneNEWUSERAndRemapRootDisableSetgroups in old code. So fix it.

Change-Id: I21265e539179c51980e16f07a553a9bf5bb7903f
Reviewed-on: https://go-review.googlesource.com/35273
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/syscall/exec_linux_test.go