1
Fork 0
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:
Roy Ivy III 2018-09-22 23:29:18 -05:00 committed by Roy Ivy III
parent f0aecf4134
commit 6f75331bf4

View file

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