]> Cypherpunks repositories - gostls13.git/commit
os/user: simplify skipping listGroups test
authorKir Kolyshkin <kolyshkin@gmail.com>
Thu, 24 Jun 2021 03:01:33 +0000 (20:01 -0700)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 28 Aug 2021 18:48:37 +0000 (18:48 +0000)
commitf4cd001b57d91d24843325578a7bbd24dfc628fc
treef877353c39f7bad892db8ecf307d51ce4a908841
parent6df3aac4ae8d0ca695751ef828a500cd438b00f9
os/user: simplify skipping listGroups test

This is not implemented on AIX and Illumos, and we already have a
mechanism to skip the test case -- let's use it.

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