diff --git a/tests/by-util/test_du.rs b/tests/by-util/test_du.rs index 4a7a1bc50..48043a831 100644 --- a/tests/by-util/test_du.rs +++ b/tests/by-util/test_du.rs @@ -275,7 +275,9 @@ fn du_hard_link(s: &str) { #[cfg(all( not(target_vendor = "apple"), not(target_os = "windows"), - not(target_os = "freebsd") + not(target_os = "freebsd"), + not(target_os = "openbsd"), + not(target_os = "android") ))] fn du_hard_link(s: &str) { // MS-WSL linux has altered expected output