mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-15 14:41:14 -03:00
This is done to prepare for running the tests in parallel. With this approach the root tmpdir can be created before any test starts, each test can create its home dir under the root tmpdir, and when all tests are done the root tmpdir can be deleted. Deletion of per-test dirs is more difficult in an async context.