mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
tests: fix tests for CICD environment
This commit is contained in:
parent
d59cd4fc4a
commit
14b348dd4b
4 changed files with 16 additions and 6 deletions
|
@ -573,8 +573,7 @@ fn test_du_bytes() {
|
|||
#[cfg(all(
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "freebsd"),
|
||||
not(target_os = "linux")
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
result.stdout_contains("21529\t./subdir\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue