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:
parent
aee1fcade4
commit
49fb72ed21
1 changed files with 1 additions and 0 deletions
|
@ -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!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue