From f731b4e7799bbc3fc07560da59d08916fa3261a9 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Sat, 6 Jul 2024 22:29:21 +0200 Subject: [PATCH] tests: disable common::util::tests::test_altering_umask on OpenBSD Signed-off-by: Laurent Cheylus --- tests/common/util.rs | 1 + 1 file changed, 1 insertion(+) 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;