Diff Detail
Diff Detail
Event Timeline
Comment Actions
Wait wait wait. As the comment just bellow your edit state, this test isn't supposed to create files. If it did, then it's a bug. What did you see?
Comment Actions
(Of course you can go ahead with the patch if it fixes an issue, I just need to understand what's happening)
Comment Actions
Change in r244087:
getOutputFileName() apparently derives the name of the temp file from the
input file name and that temp file does get created.
Or, rather, fails to get created if source tree with input files is
read-only.
--Artem
Comment Actions
Thanks. Yeah I create the temporary files to ensure uniqueness. They never get written to, but they get created and deleted. I'll change the logic not to create them.