• Keith Randall's avatar
    os/exec: tell lsof not to block · 23ecad07
    Keith Randall authored
    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
    23ecad07
Name
Last commit
Last update
..
example_test.go Loading commit data...
exec.go Loading commit data...
exec_test.go Loading commit data...
lp_plan9.go Loading commit data...
lp_test.go Loading commit data...
lp_unix.go Loading commit data...
lp_unix_test.go Loading commit data...
lp_windows.go Loading commit data...
lp_windows_test.go Loading commit data...