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:
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]
|
#[test]
|
||||||
#[cfg(all(unix))]
|
#[cfg(unix)]
|
||||||
fn test_cp_no_preserve_mode_case() {
|
fn test_cp_no_preserve_mode() {
|
||||||
use libc::umask;
|
use libc::umask;
|
||||||
use uucore::fs as uufs;
|
use uucore::fs as uufs;
|
||||||
let (at, mut ucmd) = at_and_ucmd!();
|
let (at, mut ucmd) = at_and_ucmd!();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue