jglick commented on PR #491:
URL: https://github.com/apache/commons-io/pull/491#issuecomment-1915245728

   Would a variant of the test from #478 be useful here as a regression test? 
Like
   
   ```java
   
PathUtils.deleteFile(tempDir.resolve("nonexistent").resolve("file-does-not-exist.bin"),
 StandardDeleteOption.OVERRIDE_READ_ONLY));
   ```
   
   which if I understand correctly should now return normally?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to