From 75e33695e5a187238773fc588bc28145637567c2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 30 Apr 2023 20:08:06 +0200 Subject: [PATCH] Disable test_gnu_options on android --- tests/by-util/test_chmod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_chmod.rs b/tests/by-util/test_chmod.rs index 697bc939e..9e3c7d2da 100644 --- a/tests/by-util/test_chmod.rs +++ b/tests/by-util/test_chmod.rs @@ -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;