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:
parent
9dda0bcd25
commit
d2d9fcd628
2 changed files with 103 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue