mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ln: disable a test on android
This commit is contained in:
parent
f86e314f46
commit
60d71e3f2a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue