diff --git a/tests/tests.rs b/tests/tests.rs index 5885d8f9b..608d6f2dd 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -27,7 +27,6 @@ unix_only! { "pathchk", test_pathchk; "pinky", test_pinky; "stdbuf", test_stdbuf; - "touch", test_touch; "unlink", test_unlink; "who", test_who; // Be aware of the trailing semicolon after the last item @@ -86,6 +85,7 @@ generic! { "tac", test_tac; "tail", test_tail; "test", test_test; + "touch", test_touch; "tr", test_tr; "true", test_true; "truncate", test_truncate;