mirror of
https://github.com/uutils/coreutils
synced 2025-01-07 10:49:09 +00:00
Disable test_gnu_options on android
This commit is contained in:
parent
bbb218c0e2
commit
75e33695e5
1 changed files with 1 additions and 0 deletions
|
@ -650,6 +650,7 @@ fn test_gnu_invalid_mode() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_os = "android"))]
|
||||||
fn test_gnu_options() {
|
fn test_gnu_options() {
|
||||||
let scene = TestScenario::new(util_name!());
|
let scene = TestScenario::new(util_name!());
|
||||||
let at = &scene.fixtures;
|
let at = &scene.fixtures;
|
||||||
|
|
Loading…
Reference in a new issue