]> Cypherpunks repositories - gostls13.git/commit
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 18:28:49 +0000 (18:28 +0000)
commit3ebd9523bb0dcb975a34ec402f23eee07e81562f
tree1c356f239534c199a13b8b8f24c227b81855e5e9
parent827044e7a629128d967e79e6b92fc17f3bc4870b
os: don't treat RemoveAll("/x") as RemoveAll("x")

Fixes #31468

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>
src/os/export_unix_test.go [new file with mode: 0644]
src/os/os_unix_test.go
src/os/path_unix.go