1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Disable test_preference_of_userspec on android

This commit is contained in:
Sylvestre Ledru 2022-10-04 14:41:26 +02:00
parent 8478570c04
commit 3cda177d34

View file

@ -59,6 +59,7 @@ fn test_invalid_user_spec() {
}
#[test]
#[cfg(not(target_os = "android"))]
fn test_preference_of_userspec() {
let scene = TestScenario::new(util_name!());
let result = scene.cmd("whoami").run();