1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

cp: ignore test_no_preserve_mode & test_preserve_mode

This commit is contained in:
Sylvestre Ledru 2021-09-05 18:51:47 +02:00
parent f8c4b56174
commit 9c22def693

View file

@ -1309,7 +1309,7 @@ fn test_copy_symlink_force() {
} }
#[test] #[test]
#[cfg(unix)] #[cfg(all(unix, not(target_os = "freebsd")))]
fn test_no_preserve_mode() { fn test_no_preserve_mode() {
use std::os::unix::prelude::MetadataExt; use std::os::unix::prelude::MetadataExt;
@ -1335,7 +1335,7 @@ fn test_no_preserve_mode() {
} }
#[test] #[test]
#[cfg(unix)] #[cfg(all(unix, not(target_os = "freebsd")))]
fn test_preserve_mode() { fn test_preserve_mode() {
use std::os::unix::prelude::MetadataExt; use std::os::unix::prelude::MetadataExt;