]> Cypherpunks repositories - gostls13.git/commit
os/user: simplify test skip for plan9
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 23 Jun 2021 03:19:57 +0000 (20:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 22 Aug 2021 22:04:02 +0000 (22:04 +0000)
commit5d5e50c3db2ad15bef4ddc4e2f946d0628deda2d
treee0fd6fcaaf925105d5902bd13d914252b41d3e7d
parent5d0c2840dae019c722fec7f5a64f371a780e24fd
os/user: simplify test skip for plan9

There's no need to specifically check for runtime.GOOS as there's
already a generic mechanism for that.

Change-Id: I7125443ead456548bd503c5e71cd56e9eb30b446
Reviewed-on: https://go-review.googlesource.com/c/go/+/330750
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/os/user/lookup_plan9.go
src/os/user/user_test.go