1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

tests: disable tests for features/fsxattr on OpenBSD

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

View file

@ -88,6 +88,8 @@ pub fn has_acl<P: AsRef<Path>>(file: P) -> bool {
}
}
// FIXME: 3 tests failed on OpenBSD
#[cfg(not(target_os = "openbsd"))]
#[cfg(test)]
mod tests {
use super::*;