]> Cypherpunks repositories - gostls13.git/commit
os/exec: disable additional file descriptor test on netbsd
authorJoel Sing <jsing@google.com>
Wed, 15 Aug 2012 16:06:21 +0000 (02:06 +1000)
committerJoel Sing <jsing@google.com>
Wed, 15 Aug 2012 16:06:21 +0000 (02:06 +1000)
commit2ab18f69a6eb76951f5e06bf6e291cdd56a827b4
tree4597b70a2b9f640c1300d706a39dcac922daf993
parentb60d45f5b8c7a6c844c8f7878784b8560628cef4
os/exec: disable additional file descriptor test on netbsd

This currently fails on NetBSD due to the cloned file descriptors
that result from opening /dev/urandom. Disable the additional checking
until this is investigated and properly fixed.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6443129
src/pkg/os/exec/exec_test.go