Searched defs:dirLinkTest (Results 1 – 1 of 1) sorted by relevance
95 type dirLinkTest struct { struct96 name string97 mklink func(link, target string) error98 isMountPoint bool101 func testDirLinks(t *testing.T, tests []dirLinkTest) {