mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
whoami: add test to improve coverage
* tests/whoami: add windows test for issue #4614 * tests/whoami issue #4614: add all platform test
This commit is contained in:
parent
9ae9d5cd58
commit
4cc569f5f0
1 changed files with 5 additions and 0 deletions
|
@ -50,3 +50,8 @@ fn test_normal_compare_env() {
|
||||||
println!("test skipped:");
|
println!("test skipped:");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_succeeds_on_all_platforms() {
|
||||||
|
new_ucmd!().succeeds().no_stderr();
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue