cp: disable test_cp_current_directory_verbose on OpenBSD

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2025-11-08 17:13:45 +01:00
parent 384102cd20
commit b6ad527d22
No known key found for this signature in database

View file

@ -6949,7 +6949,7 @@ fn test_cp_current_directory_verbose() {
// Test copying current directory (.) with preserve attributes.
// This ensures attributes are preserved when copying the current directory.
#[test]
#[cfg(all(not(windows), not(target_os = "freebsd")))]
#[cfg(all(not(windows), not(target_os = "freebsd"), not(target_os = "openbsd")))]
fn test_cp_current_directory_preserve_attributes() {
use filetime::FileTime;
use std::os::unix::prelude::MetadataExt;