1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

du: disable test on Android

This commit is contained in:
Daniel Hofstetter 2023-12-03 14:07:03 +01:00
parent aee1fcade4
commit 49fb72ed21

View file

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