mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
fix freebds mode_t is u16 but other unix platforms are u32
This commit is contained in:
parent
6c05385d77
commit
5ce3720820
2 changed files with 17 additions and 5 deletions
|
@ -1553,7 +1553,7 @@ fn test_cp_preserve_links_case_7() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(all(unix, not(target_os = "freebsd")))]
|
||||
#[cfg(all(unix))]
|
||||
fn test_cp_no_preserve_mode_case() {
|
||||
use libc::umask;
|
||||
use uucore::fs as uufs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue