diff --git a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment index 8ba69239de..1e95bdeab6 100644 --- a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment +++ b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment @@ -5,7 +5,7 @@ content=""" `openFile` is not the only one that would need to be dealt with. Also `withFile`, `openBinaryFile`, `withBinaryFile`, `appendFile`, -and `openTempFile`, `readFile, and `writeFile` (including `L.` versions). +and `openTempFile`, `readFile`, and `writeFile` (including `L.` versions). Since none of those provide a way to set CloseOnExec, they would have to be changed to be implemented using `openFd` with CloseOnExec, and