aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-09-04 16:16:51 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-04 08:41:36 -0700
commitaa57db2822e585b623c21dc5f38fda272f272849 (patch)
tree2d27f25a618b1d3fa71aa66585e25ddddb1d18e9 /commit.c
parentt: import the clar unit testing framework (diff)
downloadgit-aa57db2822e585b623c21dc5f38fda272f272849.tar.gz
git-aa57db2822e585b623c21dc5f38fda272f272849.zip
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.c')
0 files changed, 0 insertions, 0 deletions