From 6f75331bf49fe57c2312d6a3c16883f03a9b615c Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sat, 22 Sep 2018 23:29:18 -0500 Subject: [PATCH] mv: expand testing to windows platforms --- tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.rs b/tests/tests.rs index 5885d8f9b..942a00ece 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -23,7 +23,6 @@ unix_only! { "chown", test_chown; "chgrp", test_chgrp; "install", test_install; - "mv", test_mv; "pathchk", test_pathchk; "pinky", test_pinky; "stdbuf", test_stdbuf; @@ -68,6 +67,7 @@ generic! { "ls", test_ls; "mkdir", test_mkdir; "mktemp", test_mktemp; + "mv", test_mv; "numfmt", test_numfmt; "nl", test_nl; "od", test_od;