mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
mv: expand testing to windows platforms
This commit is contained in:
parent
f0aecf4134
commit
6f75331bf4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@ unix_only! {
|
||||||
"chown", test_chown;
|
"chown", test_chown;
|
||||||
"chgrp", test_chgrp;
|
"chgrp", test_chgrp;
|
||||||
"install", test_install;
|
"install", test_install;
|
||||||
"mv", test_mv;
|
|
||||||
"pathchk", test_pathchk;
|
"pathchk", test_pathchk;
|
||||||
"pinky", test_pinky;
|
"pinky", test_pinky;
|
||||||
"stdbuf", test_stdbuf;
|
"stdbuf", test_stdbuf;
|
||||||
|
@ -68,6 +67,7 @@ generic! {
|
||||||
"ls", test_ls;
|
"ls", test_ls;
|
||||||
"mkdir", test_mkdir;
|
"mkdir", test_mkdir;
|
||||||
"mktemp", test_mktemp;
|
"mktemp", test_mktemp;
|
||||||
|
"mv", test_mv;
|
||||||
"numfmt", test_numfmt;
|
"numfmt", test_numfmt;
|
||||||
"nl", test_nl;
|
"nl", test_nl;
|
||||||
"od", test_od;
|
"od", test_od;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue