]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.18] os: skip size test in TestLstat if the file is a symlink
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Dec 2022 19:22:32 +0000 (11:22 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 14 Dec 2022 20:48:43 +0000 (20:48 +0000)
commitf92317e69bc0d3a19f472d9cfb3d2c6e5c8463e7
tree7046900c0ca4a286c1b6916861fac71ea23fdbad
parent63dd776220bb3a443e6b5c0766a389ec33dc4b69
[release-branch.go1.18] os: skip size test in TestLstat if the file is a symlink

Tested by temporarily changing sysdir to use a directory where
the expected files were all symlinks. We should consider using
a different approach that doesn't rely on sysdir, but for now
do a minimal fix.

For #57210
Fixes #57213

Change-Id: Ifb1becef03e014ceb48290ce13527b3e103c0e07
Reviewed-on: https://go-review.googlesource.com/c/go/+/456557
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
(cherry picked from commit 9b8750f53ed89fb326e4d811524e647683136bac)
Reviewed-on: https://go-review.googlesource.com/c/go/+/456561
Reviewed-by: Austin Clements <austin@google.com>
src/os/os_test.go