mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
cp: remove "all" from cfg; rename test fn
This commit is contained in:
parent
c9fa07035b
commit
9df50096c8
1 changed files with 2 additions and 2 deletions
|
@ -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!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue