go/src/os/exec
Keith Randall 23ecad07cd os/exec: tell lsof not to block
For some reason lsof is now hanging on my workstation
without the -b (avoid blocking in the kernel) option.
Adding -b makes the test pass and shouldn't hurt.

I don't know how recent the -b option is.  If the builders
are ok with it, it's probably ok.

LGTM=rsc
R=golang-codereviews, bradfitz, rsc
CC=golang-codereviews
https://golang.org/cl/166220043
2014-11-05 20:25:20 -08:00
..
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
exec.go os/exec: document that Stdin goroutine must finish in Wait 2014-10-15 13:09:59 -04:00
exec_test.go os/exec: tell lsof not to block 2014-11-05 20:25:20 -08:00
lp_plan9.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
lp_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
lp_unix.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
lp_unix_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
lp_windows.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
lp_windows_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00