aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_linux_test.go
AgeCommit message (Expand)Author
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-14os/exec: create extra threads when starting a subprocessIan Lance Taylor