mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
chown: Add tests
This commit is contained in:
parent
59ed78209a
commit
19676a3ca2
2 changed files with 47 additions and 0 deletions
|
@ -26,6 +26,7 @@ macro_rules! unix_only {
|
|||
}
|
||||
unix_only! {
|
||||
"chmod", test_chmod;
|
||||
"chown", test_chown;
|
||||
"mv", test_mv;
|
||||
"pathchk", test_pathchk;
|
||||
"stdbuf", test_stdbuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue