mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test_cp: temporarily disable non-working test on Android
This commit is contained in:
parent
46016bf9ce
commit
f73f686ca3
1 changed files with 2 additions and 1 deletions
|
@ -2019,7 +2019,8 @@ fn test_copy_same_symlink_no_dereference_dangling() {
|
||||||
ucmd.args(&["-d", "a", "b"]).succeeds();
|
ucmd.args(&["-d", "a", "b"]).succeeds();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
// TODO: enable for Android, when #3477 solved
|
||||||
|
#[cfg(not(any(windows, target_os = "android")))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_cp_parents_2_dirs() {
|
fn test_cp_parents_2_dirs() {
|
||||||
let (at, mut ucmd) = at_and_ucmd!();
|
let (at, mut ucmd) = at_and_ucmd!();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue