Disable mknod and mknodat tests on DragonFly

This commit is contained in:
Ryan Zoeller 2021-12-24 21:47:39 -06:00
parent 7be98a4379
commit 9fe9432181

View File

@ -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",