On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > Is there way to reading and writing small files in the CI? I'm in the process > of writing auto tests for kdiff3.
Your tests could create a directory inside the current one, and then inside the new directory do stuff like creating files, etc. So, unless I misunderstand your question, there's that.