]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix test when go source tree has POSIX ACL
authorJess Frazelle <me@jessfraz.com>
Thu, 20 Jul 2017 16:29:15 +0000 (12:29 -0400)
committerIan Lance Taylor <iant@golang.org>
Thu, 20 Jul 2017 18:42:59 +0000 (18:42 +0000)
commitdc7fa5f6dbf1bc638d3c2b48ae394c6a2517d0ba
tree060708172055a13e2388a8cd88cd58f407be5c8d
parent37b7880d157111a796eda7f59ca73af7621489b8
cmd/go: fix test when go source tree has POSIX ACL

Fixes TestGoBuildUmask when the user has a POSIX ACL on the Go source tree.

Fixes #17909.

Change-Id: I5bc19099af8353afd41071258f4f317612b4c8c1
Reviewed-on: https://go-review.googlesource.com/50370
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_unix_test.go