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

cp: remove "all" from cfg; rename test fn

This commit is contained in:
Daniel Hofstetter 2023-10-25 10:15:46 +02:00 committed by GitHub
parent c9fa07035b
commit 9df50096c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1552,8 +1552,8 @@ fn test_cp_preserve_links_case_7() {
}
#[test]
#[cfg(all(unix))]
fn test_cp_no_preserve_mode_case() {
#[cfg(unix)]
fn test_cp_no_preserve_mode() {
use libc::umask;
use uucore::fs as uufs;
let (at, mut ucmd) = at_and_ucmd!();