summaryrefslogtreecommitdiff
path: root/src/os/exec/exec_unix.go
Commit message (Collapse)AuthorAgeFilesLines
* os/exec: ignore some pipe write errors on windowsAlex Brainman2017-05-231-0/+24
This change is windows version of CL 12152. It also extends test to cover scenarios reported on issue #20445. Some source files copied and renamed to make code clearer. Fixes #20445 Change-Id: Idd2f636f27c6bd5cfe98017ba2df911358263382 Reviewed-on: https://go-review.googlesource.com/43910 Run-TryBot: Alex Brainman <alex.brainman@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>