]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22363 - semarie:openbsd-test_file_desc, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 16 Feb 2015 05:57:42 +0000 (11:27 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 00:53:36 +0000 (06:23 +0530)
`pipe(2)`, under FreeBSD and OpenBSD return a bidirectionnal pipe. So
reading from the writer would block (waiting data) instead of returning
an error.

like for FreeBSD, disable the test for OpenBSD.


Trivial merge