Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add a test for a failure applying patch adding file
It seems that for this case we are assuming that everything is fine, and will apply the patch even though: 1. The file already exists! (GNU patch seems to warn for this case) 2. Even after confirming that we do not mind that the file already exists, we do not detect that there the content in that file _should_ cause that patch to fail.
- Loading branch information