1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

test(whoami): Add test for whoami (#1506)

* test(whoami): Add test for whoami

Side effect: also tests "id -un"
This commit is contained in:
Sylvestre Ledru 2020-05-15 14:19:40 +02:00 committed by GitHub
parent 157dc38492
commit 0ca5132a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 0 deletions

View file

@ -104,6 +104,7 @@ generic! {
"unexpand", test_unexpand;
"uniq", test_uniq;
"wc", test_wc;
"whoami", test_whoami;
// Be aware of the trailing semicolon after the last item
"hostname", test_hostname
}