]> Cypherpunks repositories - gostls13.git/commit
os/signal: skip the nohup test on darwin when running in tmux.
authorAaron Jacobs <jacobsa@google.com>
Mon, 24 Aug 2015 22:53:42 +0000 (08:53 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Aug 2015 00:14:24 +0000 (00:14 +0000)
commitacb47657096a728d10b33f2949b5a52ef5226b9d
treebde9b00467f50afcc1da85f0bb2a6a9239ca006e
parent8e2d0e1c4c967ce1f9e689b9f7c73a1764d90a9d
os/signal: skip the nohup test on darwin when running in tmux.

The nohup command doesn't work in tmux on darwin.

Fixes #5135.

Change-Id: I1c21073d8bd54b49dd6b0bad86ef088d6d8e7a5f
Reviewed-on: https://go-review.googlesource.com/13883
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/signal/signal_test.go