]> Cypherpunks repositories - gostls13.git/commit
os: ignore SIGTTIN during TestTTYClose
authorIan Lance Taylor <iant@golang.org>
Thu, 20 Sep 2018 03:09:02 +0000 (20:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 18 Oct 2018 00:08:57 +0000 (00:08 +0000)
commit361cf4a8805051ac3b8829fbcd9d64a0d2f50a71
tree7e4117db820776d3d13642d66a08780f21d63e03
parent830f424c9b25640d796bb5f1f3c1e2b1d680c11b
os: ignore SIGTTIN during TestTTYClose

Otherwise, if the test is run in the background, it will stop waiting
for access to the terminal.

Change-Id: Ib5224c6cb9060281e05c3b00cd2964445421e774
Reviewed-on: https://go-review.googlesource.com/c/136415
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/timeout_test.go