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

test(users): Introduce two tests

This commit is contained in:
Sylvestre Ledru 2020-05-03 22:38:46 +02:00 committed by Roy Ivy III
parent 94aa201ee5
commit ce047e8330
2 changed files with 31 additions and 0 deletions

View file

@ -31,6 +31,7 @@ unix_only! {
"stdbuf", test_stdbuf;
"uname", test_uname;
"unlink", test_unlink;
"users", test_users;
"who", test_who;
// Be aware of the trailing semicolon after the last item
"stat", test_stat