go/src/path/filepath
Bryan C. Mills c1bc44642d path/filepath: avoid assuming that GOROOT/test is present
GOROOT/test is pruned out by cmd/distpack. It isn't really needed for
the test anyway; the test can instead use the "src/unicode" subdirectory,
which is even within the same module.

This test was previously adjusted in CL 13467045 and CL 31859.

Unlike in previous iterations of the test, the directories used in
this revision are covered by the Go 1 compatibility policy and thus
unlikely to disappear.

For #24904.

Change-Id: I156ae18354bcbc2ddd8d22b210f16ba1e97cd5d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/504116
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
2023-06-16 19:37:46 +00:00
..
example_test.go
example_unix_test.go
example_unix_walk_test.go
export_test.go
export_windows_test.go
match.go
match_test.go
path.go all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
path_plan9.go path/filepath: add IsLocal 2022-11-16 23:17:58 +00:00
path_test.go path/filepath: avoid assuming that GOROOT/test is present 2023-06-16 19:37:46 +00:00
path_unix.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
path_windows.go path/filepath: make Join("c:", "/a") return "c:/a" again 2022-12-02 19:48:47 +00:00
path_windows_test.go path/filepath: do not Clean("a/../c:/b") into c:\b on Windows 2023-02-14 16:51:16 +00:00
symlink.go path/filepath: fix evaluation of symlinks to paths under /tmp on macOS 2023-01-20 22:42:39 +00:00
symlink_plan9.go
symlink_unix.go all: add missing copyright header 2022-11-09 14:05:53 +00:00
symlink_windows.go path/filepath: remove extra Clean call in EvalSymlinks on Windows 2023-01-24 07:42:17 +00:00