mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
date: bring back the test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user