]> Cypherpunks repositories - gostls13.git/commit
os: remove read-only directories in RemoveAll on Windows
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sat, 26 Oct 2019 18:01:47 +0000 (20:01 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 28 Oct 2019 22:00:19 +0000 (22:00 +0000)
commit81d6ec204fcfbcbb617f38b8ee5183080669c066
treee47d77aa740be39404b6fb33f2b7bf704d2ce49a
parent60f34f739de41d8000661baac5dc1cebba80e892
os: remove read-only directories in RemoveAll on Windows

Remove skipping of TestRemoveUnreadableDir on Windows.

Fixes #26295

Change-Id: I364a3caa55406c855ece807759f6298f7e4ddf1e
Reviewed-on: https://go-review.googlesource.com/c/go/+/203599
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/removeall_noat.go
src/os/removeall_test.go