1
Fork 0
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:
Knight 2016-06-22 21:39:46 +08:00
parent 59ed78209a
commit 19676a3ca2
2 changed files with 47 additions and 0 deletions

View file

@ -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;