aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_windows_test.go
AgeCommit message (Expand)Author
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld