1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

date: bring back the test

This commit is contained in:
Sylvestre Ledru 2023-05-22 23:29:55 +02:00
parent 4b33223854
commit 92f4849b60

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();