]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/work: more TestRespectSetgidDir fixes
authorMostyn Bramley-Moore <mostyn@antipode.se>
Fri, 21 Apr 2017 21:34:39 +0000 (23:34 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 21 Apr 2017 23:43:59 +0000 (23:43 +0000)
commit49f54e8617e43071b4e37d43a322357dae0e2c2d
treef5fd03dfa01cc7f48d29bbbf8c34e27503caa082
parentc2b4fb5a3bfc13618a683f1265555f89f37de550
cmd/go/internal/work: more TestRespectSetgidDir fixes

Hopefully the last refactoring of TestRespectGroupSticky:
* Properly tested (+simplified) FreeBSD fix
* Tested on Darwin (10.12.4)
* Rename to TestRespectSetgidDir (I believe this is the accepted
  terminology)

Fixes golang/go#19596.

Change-Id: I8d689ac3e245846cb3f1338ea13e35be512ccb9c
Reviewed-on: https://go-review.googlesource.com/41430
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/build_test.go