]> Cypherpunks repositories - gostls13.git/commit
os: add explicit tests for fchown(2) and lchown(2) on unix platforms
authorDave Cheney <dave@cheney.net>
Wed, 29 Jul 2015 10:06:45 +0000 (20:06 +1000)
committerRuss Cox <rsc@golang.org>
Fri, 31 Jul 2015 19:41:42 +0000 (19:41 +0000)
commit296529b7341280b8beae2630eff4220fa6c1ac2b
tree8a18eac92b9d810833555721a362d2c968c9c025
parent226b28c85cd762f777135c102d83770fc4e6ade9
os: add explicit tests for fchown(2) and lchown(2) on unix platforms

Fixes #11919

Issue #11918 suggested that os.File.Chown and os.Lchown were under tested.

Change-Id: Ib41f7cb2d2fe0066d2ccb4d1bdabe1795efe80fc
Reviewed-on: https://go-review.googlesource.com/12834
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/os_unix_test.go