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

who: add tests

This commit is contained in:
Knight 2016-08-11 15:37:39 +08:00
parent 8c6cd72848
commit 7637115e51
3 changed files with 91 additions and 1 deletions

View file

@ -21,6 +21,7 @@ unix_only! {
"stdbuf", test_stdbuf;
"touch", test_touch;
"unlink", test_unlink;
"who", test_who;
// Be aware of the trailing semicolon after the last item
"stat", test_stat
}