1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tests ~ disable whoami test using id for 'windows' (fixes #1519)

- `id` does not exist on common/usual Windows installations
This commit is contained in:
Roy Ivy III 2020-05-27 02:30:23 -05:00
parent 156031b929
commit 6c9784cb4b

View file

@ -27,6 +27,7 @@ fn test_normal() {
}
#[test]
#[cfg(not(windows))]
fn test_normal_compare_id() {
let (_, mut ucmd) = at_and_ucmd!();