about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-04-05 06:28:08 +0000
committerbors <bors@rust-lang.org>2015-04-05 06:28:08 +0000
commit7155c8d1c03931b1be04c8eba0b9497ae1a494ac (patch)
tree3886ad381195ad78058503789cb167a1066172cf /src/libstd
parentf73f3233f10e506ec41c17126e66953ed6996feb (diff)
parent5387189d5b6856a9da24484e608a4877e7ffd7d2 (diff)
downloadrust-7155c8d1c03931b1be04c8eba0b9497ae1a494ac.tar.gz
rust-7155c8d1c03931b1be04c8eba0b9497ae1a494ac.zip
Auto merge of #23976 - dhuseby:bitrig_fixing_tests, r=alexcrichton
This fixes up the "make check" part of the rust build os that the Bitrig buildbot will succeed.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/sys/unix/fs.rs3
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]