Merge pull request #5497 from cakebaker/du_ignore_test_under_android

du: ignore test under Android & FreeBSD
This commit is contained in:
Sylvestre Ledru 2023-11-06 07:51:09 +01:00 committed by GitHub
commit 73cdd65e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!());