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:
GaryDev
2023-05-29 07:34:19 +02:00
committed by GitHub
parent 9ae9d5cd58
commit 4cc569f5f0
+5
View File
@@ -50,3 +50,8 @@ fn test_normal_compare_env() {
println!("test skipped:");
}
}
#[test]
fn test_succeeds_on_all_platforms() {
new_ucmd!().succeeds().no_stderr();
}