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

Merge pull request #6010 from BenWiederhake/dev-pr-fix-flaky-diff-timestamp

pr: Check the correct timestamp in test_with_pr_core_utils_tests
This commit is contained in:
Terts Diepraam 2024-02-25 11:46:39 +01:00 committed by GitHub
commit d7a09c042a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,7 +410,7 @@ fn test_with_pr_core_utils_tests() {
let mut scenario = new_ucmd!();
let input_file_path = input_file.first().unwrap();
let test_file_path = expected_file.first().unwrap();
let value = file_last_modified_time(&scenario, test_file_path);
let value = file_last_modified_time(&scenario, input_file_path);
let mut arguments: Vec<&str> = flags
.split(' ')
.filter(|i| i.trim() != "")