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

ln: disable a test on android

This commit is contained in:
Sylvestre Ledru 2023-12-25 11:22:04 +01:00
parent f86e314f46
commit 60d71e3f2a

View file

@ -723,6 +723,7 @@ fn test_symlink_remove_existing_same_src_and_dest() {
}
#[test]
#[cfg(not(target_os = "android"))]
fn test_ln_seen_file() {
let ts = TestScenario::new(util_name!());
let at = &ts.fixtures;