``` --- FAIL: TestClosePipeOnCopyError (5.01s) exec_test.go:964: yes got stuck writing to bad writer FAIL FAIL os/exec 18.215s ``` `greplogs -l -e 'FAIL: TestClosePipeOnCopyError'` [2022-05-09T12:02:02-7ca1e2a/solaris-amd64-oraclerel](https://build.golang.org/log/bb66c2e52abf213f6f8ecbdfe53a952288a99589) This test currently has a [hard-coded timeout](https://cs.opensource.google/go/go/+/master:src/os/exec/exec_test.go;l=963;drc=7b31af0eae8ce369d5ffd16be1de0b2f0121e7c2), which I will remove — if the test actually gets stuck, we'll need a goroutine dump to debug it anyway.