summaryrefslogtreecommitdiff
path: root/src/os/exec/dot_test.go
Commit message (Expand)AuthorAgeFilesLines
* os/exec: parallelize more testsBryan C. Mills2022-10-061-0/+1
* os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills2022-10-041-1/+1
* os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox2022-07-281-34/+52
* os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills2022-06-281-6/+92
* os/exec: return error when PATH lookup would use current directoryRuss Cox2022-05-021-0/+87
* Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills2022-04-291-88/+0
* os/exec: return error when PATH lookup would use current directoryRuss Cox2022-04-291-0/+88