mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
cp: disable test_cp_current_directory_verbose on OpenBSD
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
384102cd20
commit
b6ad527d22
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue