1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:36:15 -07:00
go/src/os/exec
Russ Cox 027855e8d8 os/exec: add GODEBUG setting to opt out of ErrDot changes
The changes are likely to break users, and we need
to make it easy to unbreak without code changes.

For #43724.
Fixes #53962.

Change-Id: I105c5d6c801d354467e0cefd268189c18846858e
Reviewed-on: https://go-review.googlesource.com/c/go/+/419794
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
2022-07-28 19:12:40 +00:00
..
internal/fdtest
bench_test.go
dot_test.go os/exec: add GODEBUG setting to opt out of ErrDot changes 2022-07-28 19:12:40 +00:00
env_test.go
example_test.go
exec_linux_test.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00
exec_plan9.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_posix_test.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00
exec_test.go os/exec: eliminate some arbitrary short timeouts 2022-05-10 22:12:11 +00:00
exec_unix.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_windows_test.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00
exec_windows.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec.go os/exec: add GODEBUG setting to opt out of ErrDot changes 2022-07-28 19:12:40 +00:00
internal_test.go
lp_js.go
lp_plan9.go os/exec: add GODEBUG setting to opt out of ErrDot changes 2022-07-28 19:12:40 +00:00
lp_test.go
lp_unix_test.go
lp_unix.go os/exec: add GODEBUG setting to opt out of ErrDot changes 2022-07-28 19:12:40 +00:00
lp_windows_test.go os/exec: return error when PATH lookup would use current directory 2022-05-02 14:54:05 +00:00
lp_windows.go os/exec: add GODEBUG setting to opt out of ErrDot changes 2022-07-28 19:12:40 +00:00
read3.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00