| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* ArgParser: removed default option, which does not exist in GNU diffutils * fix test 'cannot_read_files' (same as PR uutils#188) * merge test from PR uutils#159
Instead of 'fixing' the test, the program now acts like the GNU original and returns up to two error messages, one for each file.
Merging this PR will not alter performance✅ 26 untouched benchmarks Comparing GunterSchmidt:Fix-both-files-can-return-an-error (57beee7) with main (c624dc4) |
Sorry, something went wrong.
| @@ -0,0 +1,404 @@ | |||
| // This file is part of the uutils diffutils package. | |||
There was a problem hiding this comment.
is it related ? :)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The PR #159 changed the integration test cannot_read_files to only check for at least one file-not-found-error. GNU diff returns one file-not-found-error for each of the two given files.
This PR changes the test back (and includes the other utilities, as it was only run for 'diff') and I changed the code so that now both error message appear.