From 92f4849b605f6d070c3fd035bdea4c55747ae750 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 22 May 2023 23:29:55 +0200 Subject: [PATCH] date: bring back the test --- tests/by-util/test_date.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_date.rs b/tests/by-util/test_date.rs index 42a94099d..4dc02ef6f 100644 --- a/tests/by-util/test_date.rs +++ b/tests/by-util/test_date.rs @@ -303,6 +303,7 @@ fn test_date_for_no_permission_file() { ); } +#[test] fn test_date_for_dir_as_file() { let result = new_ucmd!().arg("--file").arg("/").fails(); result.no_stdout();