]> Cypherpunks repositories - gostls13.git/commit
os: make TestLchown actually test Lchown.
authorRahul Chaudhry <rahulchaudhry@chromium.org>
Thu, 3 Dec 2015 21:19:48 +0000 (13:19 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 Dec 2015 22:42:55 +0000 (22:42 +0000)
commita27bbb7f746a44eafae924a0333fa371ca0626c3
tree512967b853b1b3e33bf6c38890065918bf6648f8
parent6094dad0842dd6d233123c175eec830d140e4865
os: make TestLchown actually test Lchown.

TestLchown was creating a hard-link instead of a symlink. It would
have passed if you replaced all Lchown() calls in it with Chown().

Change-Id: I3a108948ec25fcbac8ea890a6eaf5bac094f0800
Reviewed-on: https://go-review.googlesource.com/17397
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_unix_test.go