aboutsummaryrefslogtreecommitdiff
path: root/src/internal/execabs/execabs_test.go
AgeCommit message (Expand)Author
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
2021-04-12internal/execabs: replace ioutil.WriteFile with os.WriteFileManlio Perillo
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-01-21all: introduce and use internal/execabsRoland Shoemaker