1
Fork 0

fixing some tests and temporarily disabling others to get Bitrig build working 100%

This commit is contained in:
Dave Huseby 2015-03-23 12:48:42 -07:00
parent b3315881f5
commit 5387189d5b
17 changed files with 42 additions and 13 deletions

View file

@ -381,7 +381,8 @@ mod tests {
use prelude::v1::*;
#[cfg_attr(any(target_os = "freebsd",
target_os = "openbsd"),
target_os = "openbsd",
target_os = "bitrig"),
ignore)]
// under some system, pipe(2) will return a bidrectionnal pipe
#[test]