1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #5615 from cakebaker/du_disable_test_on_android

du: disable test on Android
This commit is contained in:
Terts Diepraam 2023-12-03 16:58:00 +01:00 committed by GitHub
commit 35548e2137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,6 +441,7 @@ fn test_du_inodes() {
} }
} }
#[cfg(not(target_os = "android"))]
#[test] #[test]
fn test_du_inodes_with_count_links() { fn test_du_inodes_with_count_links() {
let ts = TestScenario::new(util_name!()); let ts = TestScenario::new(util_name!());