pkg/sys: Temporarily disable select_test.go on darwin.

It seems that unix.Pipe in the latest master version is buggy on Darwin.
This commit is contained in:
Qi Xiao 2020-01-16 08:32:38 -05:00
parent f7a5b6002a
commit 4ca283ecf4

View File

@ -1,4 +1,4 @@
// +build !windows,!plan9
// +build !windows,!plan9,!darwin
package sys