Commit 96179629 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Remove destination of symlink test in case it got left behind

earlier.

R=rsc
CC=golang-dev
https://golang.org/cl/972045
parent 000ab98d
......@@ -301,6 +301,7 @@ func TestLongSymlink(t *testing.T) {
// Long, but not too long: a common limit is 255.
s = s + s + s + s + s + s + s + s + s + s + s + s + s + s + s
from := "longsymlinktestfrom"
Remove(from) // Just in case.
err := Symlink(s, from)
if err != nil {
t.Fatalf("symlink %q, %q failed: %v", s, from, err)
......
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