process: forget to add guard.

pull/79/head
Shirou WAKAYAMA 10 years ago
parent fc513b6f9a
commit eb7739a6a5

@ -31,6 +31,10 @@ func Test_Pids(t *testing.T) {
}
func Test_Pids_Fail(t *testing.T) {
if runtime.GOOS != "darwin" {
t.Skip("darwin only")
}
mu.Lock()
defer mu.Unlock()

Loading…
Cancel
Save