Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the `common/tmpdir` module used for testing, `rmdir` on Windows executes via `execSync()` which will fail if there is a space (or perhaps other special characters?) in `pathname`. Use `spawnSync()` instead so that args can be put into an array and escaping handled automatically.
- Loading branch information