aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_posix_test.go
AgeCommit message (Expand)Author
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
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
2019-04-07os/exec: skip unsupported test on AndroidElias Naur
2018-10-11os: add AIX operating systemClément Chigot
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa