It's no longer set since CL 31118.
Change-Id: Ibe77b1454b5e7fd02eaed432f04cf993f53791fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/579135
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
type dirLinkTest struct {
name string
mklink func(link, target string) error
- issueNo int // correspondent issue number (for broken tests)
isMountPoint bool
}
continue
}
- if test.issueNo > 0 {
- t.Logf("skipping broken %q test: see issue %d", test.name, test.issueNo)
- continue
- }
-
fi1, err := os.Stat(link)
if err != nil {
t.Errorf("failed to stat link %v: %v", link, err)