Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: repro for ocaml#8210 (EACCESS if sendfile fails)
What's happening here is: - input and output files are open - sendfile is attempted and fails - both files are closed - input file is opened again - output file is opened again (but already exists) This throws an error if the output file is not writable. Signed-off-by: Etienne Millon <me@emillon.org>
- Loading branch information