On Fri Sep 2 08:28:19 2022 +0000, Huw Davies wrote:
This is unfortunate. One way to cope with this would be to run these tests in a sub-process and then cleanup in the main process once that sub-process finishes. See instances of `winetest_get_mainargs()` for how to handle process creation in the tests.
I've tried doing this, but after the child process ends and I try to delete the hive file from the main process it still throws the sharing violation error. Is it really needed to delete the file when I use temp files?