diff --git a/src/os/os_test.go b/src/os/os_test.go index 6a92132845..ad024b6fd0 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -2639,11 +2639,6 @@ func TestPipeThreads(t *testing.T) { threads := 100 - // OpenBSD has a low default for max number of files. - if runtime.GOOS == "openbsd" { - threads = 50 - } - r := make([]*File, threads) w := make([]*File, threads) for i := 0; i < threads; i++ {