From 2cf92a3e69c4fde7140f1c0e401ee2b8147fac12 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 25 Nov 2018 03:00:19 -0600 Subject: [PATCH] touch: fix ~ activate tests on non-unix platforms --- tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;