]> Cypherpunks repositories - gostls13.git/commit
cmd/go: reset read-only flag during TestIssue10952
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 29 Jun 2015 00:14:24 +0000 (10:14 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 29 Jun 2015 01:49:05 +0000 (01:49 +0000)
commit3b7841b3aff9204f054ffabbe4dd39d3e3dd3e91
tree3057813dd4f7955e1b86e47a31403e55f9c1118f
parentd0ed87d15c8ae32b6705815085408c9fba831f81
cmd/go: reset read-only flag during TestIssue10952

git sets read-only flag on all its repo files on Windows.
os.Remove cannot delete these files.

Fixes windows build

Change-Id: Icaf72470456b88a1c26295caecd4e0d3dc22a1b6
Reviewed-on: https://go-review.googlesource.com/11602
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/cmd/go/go_test.go