From 6c9784cb4bc9d0ed15fc4f097aea7da9f3ccd97d Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 27 May 2020 02:30:23 -0500 Subject: [PATCH] tests ~ disable `whoami` test using `id` for 'windows' (fixes #1519) - `id` does not exist on common/usual Windows installations --- tests/test_whoami.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_whoami.rs b/tests/test_whoami.rs index a739add61..2c64bb067 100644 --- a/tests/test_whoami.rs +++ b/tests/test_whoami.rs @@ -27,6 +27,7 @@ fn test_normal() { } #[test] +#[cfg(not(windows))] fn test_normal_compare_id() { let (_, mut ucmd) = at_and_ucmd!();