mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +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:
parent
156031b929
commit
6c9784cb4b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ fn test_normal() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
fn test_normal_compare_id() {
|
||||
let (_, mut ucmd) = at_and_ucmd!();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue