mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/testenv: do not delete target file
We did not create it. We should not delete it. Change-Id: If98454ab233ce25367e11a7c68d31b49074537dd Reviewed-on: https://go-review.googlesource.com/37030 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
2770c507a5
commit
a8dc43edd1
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ func initWinHasSymlink() {
|
|||
winSymlinkErr = err
|
||||
}
|
||||
}
|
||||
os.Remove("target")
|
||||
}
|
||||
|
||||
func hasSymlink() (ok bool, reason string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue