1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:26:16 -07:00
go/src/os
Manlio Perillo 492faaeda8 os/exec: replace os.Setenv with T.Setenv
Updates #45448

Change-Id: I570e9894c4976d0a875388ef9ea4a2aa31b78013
Reviewed-on: https://go-review.googlesource.com/c/go/+/310031
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-04-14 19:25:38 +00:00
..
exec os/exec: replace os.Setenv with T.Setenv 2021-04-14 19:25:38 +00:00
signal all: simplify the spelling of Linux 2021-04-13 13:56:21 +00:00
testdata testing/fstest,os: clarify racy behavior of TestFS 2021-01-08 16:34:00 +00:00
user os/user: make user.LookupGroupId function work for large entries 2021-03-17 03:08:07 +00:00
dir_darwin.go
dir_plan9.go
dir_unix.go os: reuse readdir buffers on unix with a sync.Pool 2021-04-03 21:06:18 +00:00
dir_windows.go
dir.go os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil 2020-12-02 17:00:06 +00:00
dirent_aix.go
dirent_dragonfly.go
dirent_freebsd.go
dirent_js.go
dirent_linux.go
dirent_netbsd.go
dirent_openbsd.go
dirent_solaris.go
endian_big.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
endian_little.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
env_test.go
env_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
env.go
error_errno.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error_plan9.go
error_posix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error_test.go os: restore testErrNotExist's working directory on os.Chdir success 2021-04-12 22:19:11 +00:00
error_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error_windows_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error.go os: clarify that IsExist and friends do not use errors.Is 2020-11-11 20:26:44 +00:00
example_test.go os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil 2020-12-02 17:00:06 +00:00
exec_plan9.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
exec_posix.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
exec_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
exec_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
exec_windows.go
exec.go
executable_darwin.go
executable_dragonfly.go os: gofmt 2020-11-12 10:22:50 +00:00
executable_freebsd.go os: gofmt 2020-11-12 10:22:50 +00:00
executable_path.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
executable_plan9.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
executable_procfs.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
executable_solaris.go
executable_sysctl.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
executable_test.go
executable_windows.go
executable.go
export_linux_test.go
export_test.go os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil 2020-12-02 17:00:06 +00:00
export_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
export_windows_test.go runtime: support long paths without fixup on Windows 10 >= 1607 2021-03-23 03:49:17 +00:00
fifo_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
file_plan9.go os: remove dependency on strings package 2020-12-18 18:25:14 +00:00
file_posix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
file_unix.go all: simplify the spelling of Linux 2021-04-13 13:56:21 +00:00
file_windows.go os: mark pipes returned by os.Pipe() as inheritable by default 2021-03-01 09:17:40 +00:00
file.go os: implement fs.StatFS for os.DirFS 2021-04-06 04:48:09 +00:00
getwd.go
os_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
os_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
os_windows_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
path_plan9.go
path_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
path_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
path_windows_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
path_windows.go runtime: support long paths without fixup on Windows 10 >= 1607 2021-03-23 03:49:17 +00:00
path.go
pipe2_bsd.go syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe 2021-02-25 09:20:03 +00:00
pipe2_illumos.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
pipe_bsd.go syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe 2021-02-25 09:20:03 +00:00
pipe_linux.go
pipe_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
proc.go
rawconn_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
rawconn.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
read_test.go os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil 2020-12-02 17:00:06 +00:00
readfrom_linux_test.go docs: fix spelling 2021-02-24 04:11:43 +00:00
readfrom_linux.go
readfrom_stub.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
removeall_at.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
removeall_noat.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
removeall_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
stat_aix.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
stat_linux.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go
stat_solaris.go
stat_test.go os: replace os.MkdirTemp with T.TempDir 2021-04-09 09:01:07 +00:00
stat_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
stat_windows.go
stat.go
sticky_bsd.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sticky_notbsd.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
str.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
sys_aix.go
sys_bsd.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sys_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sys_linux.go
sys_plan9.go
sys_solaris.go
sys_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sys_windows.go
sys.go
tempfile_test.go os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil 2020-12-02 17:00:06 +00:00
tempfile.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
timeout_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
types_plan9.go
types_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
types_windows.go
types.go
wait_unimp.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
wait_wait6.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
wait_waitid.go all: simplify the spelling of Linux 2021-04-13 13:56:21 +00:00