Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t/clar: fix compatibility with NonStop
The NonStop platform does not have `mkdtemp()` available, which we rely on in `build_sandbox_path()`. Fix this issue by using `mktemp()` and `mkdir()` instead on this platform. This has been cherry-picked from the upstream pull request at [1]. [1]: clar-test/clar#96 Signed-off-by: Patrick Steinhardt <[email protected]>
- Loading branch information