From 2f7c8cc18fb7f179c95561cf86a2e8fcd5ab7556 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Sat, 6 Jul 2024 22:29:23 +0200 Subject: [PATCH] tests: disable tests for features/fsxattr on OpenBSD Signed-off-by: Laurent Cheylus --- src/uucore/src/lib/features/fsxattr.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uucore/src/lib/features/fsxattr.rs b/src/uucore/src/lib/features/fsxattr.rs index 3cb00edc0..41dfb8838 100644 --- a/src/uucore/src/lib/features/fsxattr.rs +++ b/src/uucore/src/lib/features/fsxattr.rs @@ -88,6 +88,8 @@ pub fn has_acl>(file: P) -> bool { } } +// FIXME: 3 tests failed on OpenBSD +#[cfg(not(target_os = "openbsd"))] #[cfg(test)] mod tests { use super::*;