Commit a8dc43ed authored by Alex Brainman's avatar Alex Brainman

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/37030Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 2770c507
......@@ -30,7 +30,6 @@ func initWinHasSymlink() {
winSymlinkErr = err
}
}
os.Remove("target")
}
func hasSymlink() (ok bool, reason string) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment