]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.12] os: don't treat RemoveAll("/x") as RemoveAll("x")
authorIan Lance Taylor <iant@golang.org>
Mon, 15 Apr 2019 17:36:17 +0000 (10:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 15 Apr 2019 22:12:05 +0000 (22:12 +0000)
commit4605817875b33e8d6309380242c1f51a144df111
tree8f2f616115d2f0d52e898476ea71056654a4a03e
parenteda3401e807be8928eed48bb5fc85ffa8e62ddb4
[release-branch.go1.12] os: don't treat RemoveAll("/x") as RemoveAll("x")

Updates #31468
Fixes #31474

Change-Id: I5c4e61631b8af35bfc14b0cb9bc77feec100e340
Reviewed-on: https://go-review.googlesource.com/c/go/+/172058
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
(cherry picked from commit 3ebd9523bb0dcb975a34ec402f23eee07e81562f)
Reviewed-on: https://go-review.googlesource.com/c/go/+/172080
src/os/export_unix_test.go [new file with mode: 0644]
src/os/os_unix_test.go
src/os/path_unix.go