summaryrefslogtreecommitdiff
path: root/test/test_stat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_stat.rs')
-rw-r--r--test/test_stat.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_stat.rs b/test/test_stat.rs
index 33cf748d..8baa6555 100644
--- a/test/test_stat.rs
+++ b/test/test_stat.rs
@@ -308,7 +308,8 @@ fn test_mkdirat_fail() {
}
#[test]
-#[cfg(not(any(target_os = "freebsd",
+#[cfg(not(any(target_os = "dragonfly",
+ target_os = "freebsd",
target_os = "ios",
target_os = "macos",
target_os = "redox")))]
@@ -325,7 +326,8 @@ fn test_mknod() {
}
#[test]
-#[cfg(not(any(target_os = "freebsd",
+#[cfg(not(any(target_os = "dragonfly",
+ target_os = "freebsd",
target_os = "illumos",
target_os = "ios",
target_os = "macos",