mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Disable test_sort::test_compress_fail & test_chmod::test_mode_after_dash_dash on android
This commit is contained in:
parent
4e712140fe
commit
ac068e0487
2 changed files with 2 additions and 1 deletions
|
@ -538,6 +538,7 @@ fn test_invalid_arg() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_os = "android"))]
|
||||||
fn test_mode_after_dash_dash() {
|
fn test_mode_after_dash_dash() {
|
||||||
let (at, ucmd) = at_and_ucmd!();
|
let (at, ucmd) = at_and_ucmd!();
|
||||||
run_single_test(
|
run_single_test(
|
||||||
|
|
|
@ -876,7 +876,7 @@ fn sort_empty_chunk() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
#[cfg(target_os = "linux")]
|
||||||
fn test_compress() {
|
fn test_compress() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&[
|
.args(&[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue