diff options
Diffstat (limited to 'src/libstd/sys/unix')
| -rw-r--r-- | src/libstd/sys/unix/fs.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/fs.rs b/src/libstd/sys/unix/fs.rs index 6b085c8eb7a..6121105f10b 100644 --- a/src/libstd/sys/unix/fs.rs +++ b/src/libstd/sys/unix/fs.rs @@ -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] |
