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

chgrp: add tests

This commit is contained in:
Knight 2016-08-21 17:05:05 +08:00
parent 9dda0bcd25
commit d2d9fcd628
2 changed files with 103 additions and 0 deletions

View file

@ -14,6 +14,7 @@ macro_rules! unix_only {
unix_only! {
"chmod", test_chmod;
"chown", test_chown;
"chgrp", test_chgrp;
"install", test_install;
"mv", test_mv;
"pathchk", test_pathchk;