From b8fe96c09eb90174efc4e369ece1092f39e73a50 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Apr 2010 11:08:07 -0700 Subject: Remove destination of symlink test in case it got left behind earlier. R=rsc CC=golang-dev http://codereview.appspot.com/972045 --- src/pkg/os/os_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/os/os_test.go') diff --git a/src/pkg/os/os_test.go b/src/pkg/os/os_test.go index f4ccb524c..5fb599265 100644 --- a/src/pkg/os/os_test.go +++ b/src/pkg/os/os_test.go @@ -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) -- cgit v1.2.3