mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uutils: change every target_os = "macos"
to target_vendor = "apple"
This commit is contained in:
parent
99be7a3172
commit
4e29b693f8
18 changed files with 64 additions and 74 deletions
|
@ -285,7 +285,7 @@ fn test_ls_ls_color() {
|
|||
scene.ucmd().arg("--color=never").arg("z").succeeds();
|
||||
}
|
||||
|
||||
#[cfg(not(any(target_os = "macos", target_os = "windows")))] // Truncate not available on mac or win
|
||||
#[cfg(not(any(target_vendor = "apple", target_os = "windows")))] // Truncate not available on mac or win
|
||||
#[test]
|
||||
fn test_ls_human() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue