1
Fork 0
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:
Daniel Hofstetter 2023-05-23 07:15:09 +02:00 committed by GitHub
commit 58f6001af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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