mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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:");
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_succeeds_on_all_platforms() {
|
||||
new_ucmd!().succeeds().no_stderr();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue