realpath icon indicating copy to clipboard operation
realpath copied to clipboard

Make tests perform scratch work in temp directory

Open morgant opened this issue 6 years ago • 0 comments

Currently the tests are performing scratch work (creating & deleting temporary files) in the project directory, but this is potentially unsafe. Instead, the tests should perform scratch work in the /tmp directory.

morgant avatar Sep 28 '19 17:09 morgant