diff --git a/tests/common/util.rs b/tests/common/util.rs index 82f49556b..546694001 100644 --- a/tests/common/util.rs +++ b/tests/common/util.rs @@ -3899,6 +3899,7 @@ mod tests { } #[cfg(unix)] + #[cfg(not(target_os = "openbsd"))] #[test] fn test_altering_umask() { use uucore::mode::get_umask;