go/src/os
Keith Randall 842b05832f all: use testing.GoToolPath instead of "go"
This change makes sure that tests are run with the correct
version of the go tool.  The correct version is the one that
we invoked with "go test", not the one that is first in our path.

Fixes #16577

Change-Id: If22c8f8c3ec9e7c35d094362873819f2fbb8559b
Reviewed-on: https://go-review.googlesource.com/28089
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-08-30 22:49:11 +00:00
..
exec os/exec: fix nit found by vet 2016-08-16 00:44:45 +00:00
signal all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
user os/user: don't create C function mygetgrouplist 2016-05-10 22:32:38 +00:00
dir.go os: consolidate files 2016-08-16 00:15:36 +00:00
dir_plan9.go
dir_unix.go os: fix typo in comment (Readir -> Readdir) 2016-08-30 01:24:57 +00:00
dir_windows.go os: consolidate files 2016-08-16 00:15:36 +00:00
env.go os: make ExpandEnv recognize '-' as a special shell parameter 2016-08-21 18:32:57 +00:00
env_test.go
env_unix_test.go os: make ExpandEnv recognize '-' as a special shell parameter 2016-08-21 18:32:57 +00:00
error.go
error_plan9.go
error_test.go
error_unix.go
error_unix_test.go
error_windows.go
error_windows_test.go
example_test.go os: add example for OpenFile 2016-08-29 17:44:31 +00:00
exec.go os: consolidate files 2016-08-16 00:15:36 +00:00
exec_plan9.go
exec_posix.go
exec_unix.go os: on GNU/Linux use waitid to avoid wait/kill race 2016-06-10 18:10:14 +00:00
exec_windows.go os: use runtime.Keepalive for *Process values 2016-08-24 16:57:09 +00:00
export_test.go
file.go os: document that the runtime can write to standard error 2016-06-09 13:47:13 +00:00
file_plan9.go syscall,os,net: don't use ForkLock in plan9 2016-05-06 16:43:07 +00:00
file_posix.go
file_unix.go os: consolidate files 2016-08-16 00:15:36 +00:00
file_windows.go os: consolidate files 2016-08-16 00:15:36 +00:00
getwd.go
getwd_darwin.go
os_test.go os: fix build error on plan9 2016-08-26 09:09:04 +00:00
os_unix_test.go os: don't let File.Readdir return an empty slice and nil error 2016-08-29 23:59:42 +00:00
os_windows_test.go os: fix build error on plan9 2016-08-26 09:09:04 +00:00
path.go
path_plan9.go
path_test.go os: use testenv.MustHaveSymlink to simplify symlink tests 2016-08-23 14:46:46 +00:00
path_unix.go os: consolidate files 2016-08-16 00:15:36 +00:00
path_windows.go os: consolidate files 2016-08-16 00:15:36 +00:00
pipe_bsd.go
pipe_linux.go
pipe_test.go
proc.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go os: consolidate files 2016-08-16 00:15:36 +00:00
stat_solaris.go
stat_unix.go os: consolidate files 2016-08-16 00:15:36 +00:00
stat_windows.go os: prevent infinite symlink loop of Stat on Windows 2016-08-26 05:58:01 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys.go os: consolidate files 2016-08-16 00:15:36 +00:00
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go
types.go
types_plan9.go os: consolidate files 2016-08-16 00:15:36 +00:00
types_unix.go os: consolidate files 2016-08-16 00:15:36 +00:00
types_windows.go
wait_unimp.go os: use wait6 to avoid wait/kill race on freebsd 2016-06-13 22:13:56 +00:00
wait_wait6.go os: use runtime.Keepalive for *Process values 2016-08-24 16:57:09 +00:00
wait_waitid.go os: use runtime.Keepalive for *Process values 2016-08-24 16:57:09 +00:00