tests: disable common::util::tests::test_altering_umask on OpenBSD

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2024-07-06 22:29:21 +02:00
parent 008dd38a0d
commit f731b4e779
No known key found for this signature in database

View file

@ -3899,6 +3899,7 @@ mod tests {
} }
#[cfg(unix)] #[cfg(unix)]
#[cfg(not(target_os = "openbsd"))]
#[test] #[test]
fn test_altering_umask() { fn test_altering_umask() {
use uucore::mode::get_umask; use uucore::mode::get_umask;