Lines Matching refs:wd
129 wd string
167 if tg.wd != "" {
184 wd, err := os.Getwd()
188 return wd
198 if tg.wd == "" {
199 tg.wd = tg.pwd()
253 if tg.wd == "" {
256 prog = filepath.Join(tg.wd, "testgo"+exeSuffix)
460 if tg.wd != "" && !filepath.IsAbs(path) {
576 if tg.wd != "" {
577 if err := os.Chdir(tg.wd); err != nil {
620 wd, err := os.Getwd()
624 fail := filepath.Join(wd, "testdata/failssh")