diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-09-04 16:16:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-04 08:41:36 -0700 |
commit | aa57db2822e585b623c21dc5f38fda272f272849 (patch) | |
tree | 2d27f25a618b1d3fa71aa66585e25ddddb1d18e9 /commit.h | |
parent | 9b7caa2809cba618f2af702d35b12bc99535f2b9 (diff) |
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]: https://github.com/clar-test/clar/pull/96
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions