Merge pull request #4889 from sylvestre/date_test

date: bring back the test
This commit is contained in:
Daniel Hofstetter
2023-05-23 07:15:09 +02:00
committed by GitHub
+1
View File
@@ -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();