]> Cypherpunks repositories - gostls13.git/commit
path/filepath: add test cases for walking a symlink-to-symlink-to-dir
authorBryan C. Mills <bcmills@google.com>
Thu, 13 Apr 2023 14:48:35 +0000 (14:48 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 13 Apr 2023 17:46:03 +0000 (17:46 +0000)
commit74c296b69ffe07322b4bb42d7d2afe5f76ccf6ad
tree847fc98e3318b5e029b09c725187aca1286fa80b
parentb5a7f2eef7cb17255cb396cd4ff7df04957dd21e
path/filepath: add test cases for walking a symlink-to-symlink-to-dir

The "double link with slash" test is skipped on darwin due to an
apparent kernel / libc bug. If the bug is present on other platforms
too, I'd like to know about it.

For #59586.

Change-Id: I4bdd6a80a3ed7b0960ea6da30f91a655f317d512
Reviewed-on: https://go-review.googlesource.com/c/go/+/484395
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/path/filepath/path_test.go