mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
@@ -50,3 +50,8 @@ fn test_normal_compare_env() {
|
||||
println!("test skipped:");
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_succeeds_on_all_platforms() {
|
||||
new_ucmd!().succeeds().no_stderr();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user