]> Cypherpunks repositories - gostls13.git/commit
os: remove redundant GOOS checks in chown tests
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Nov 2017 23:19:24 +0000 (00:19 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Nov 2017 23:34:49 +0000 (23:34 +0000)
commit45c57e59072526b27673b51613f2438d35c48de2
tree3310fa6d3ccec15eb1c727054615a11247eaec51
parenteb97160f46cb18770ccb0bd57a08457c9ff20ccc
os: remove redundant GOOS checks in chown tests

The build tags already prevent the tests from being run on windows or
plan9, so there is no need to check GOOS again.

Change-Id: I74d3c3b7756d9c50f6e5fd4c3e8b0db618fdebbb
Reviewed-on: https://go-review.googlesource.com/81295
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_unix_test.go