mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
fn test_gnu_options() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
let at = &scene.fixtures;
|
||||
|
|
Loading…
Reference in a new issue