aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/dot_test.go
AgeCommit message (Expand)Author
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2023-09-13os/exec: simplify Windows-specific testsBryan C. Mills
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-10-04os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox