1
Fork 0
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:
Jan Scheer 2021-07-08 01:32:39 +02:00
parent d59cd4fc4a
commit 14b348dd4b
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
4 changed files with 16 additions and 6 deletions

View file

@ -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");
}