mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #5497 from cakebaker/du_ignore_test_under_android
du: ignore test under Android & FreeBSD
This commit is contained in:
commit
73cdd65e7c
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ fn _du_dereference(s: &str) {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[cfg(not(any(target_os = "windows", target_os = "android", target_os = "freebsd")))]
|
||||
#[test]
|
||||
fn test_du_no_dereference() {
|
||||
let ts = TestScenario::new(util_name!());
|
||||
|
|
Loading…
Reference in a new issue