xEgoist 1a455b2dd8 test: Fix windows_spawn tmp directory cleanup
On Windows, a directory that's set as the current working directory is
not allowed to be removed. This can cause error on `deleteTree` if the
CWD is set to the file to be removed and will cause `error.FileBusy`.
However, due to `tmp.cleanup()` ignoring the errors, the folder removal error will
be ignored. The only test violating this is `windows_spawn`. As a
solution, setting the parent directory to be the CWD before deletion
will allow the cleanup to pass.
2023-04-27 11:01:02 +03:00
..
2023-04-23 21:06:21 +03:00
2023-04-25 11:23:40 -07:00
2023-04-23 21:06:21 +03:00
2023-03-25 14:09:00 +02:00
2023-04-25 11:23:41 -07:00
2023-04-25 11:23:41 -07:00
2023-04-26 00:02:55 -07:00
2023-04-25 11:23:41 -07:00
2023-04-21 16:36:10 -04:00
2022-12-13 13:14:20 +02:00
2023-04-23 21:06:21 +03:00
2023-04-22 13:09:15 +03:00
2023-04-15 10:33:08 -07:00
2023-04-20 15:17:07 -07:00
2023-04-23 13:16:42 -07:00
2023-04-25 10:37:49 -07:00
2023-04-25 11:23:41 -07:00
2022-09-11 23:18:43 -04:00
2023-04-23 21:06:21 +03:00
2023-04-23 21:06:21 +03:00
2023-04-23 21:06:21 +03:00
2023-04-23 21:06:21 +03:00
2023-04-23 21:06:21 +03:00
2023-03-17 17:50:25 +01:00
2023-04-23 20:39:28 +03:00
2023-04-13 02:47:16 -04:00
2022-04-15 17:01:01 -05:00
2023-04-23 21:06:21 +03:00