mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #4889 from sylvestre/date_test
date: bring back the test
This commit is contained in:
commit
58f6001af7
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue