mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Merge commit 'refs/pull/562/head' of https://github.com/sstephenson/rbenv
This commit is contained in:
commit
55f692ba9c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ else
|
|||
echo "rbenv: failed to load \`realpath' builtin" >&2
|
||||
exit 1
|
||||
fi
|
||||
RBENV_TEST_DIR="${BATS_TMPDIR}/rbenv"
|
||||
RBENV_TEST_DIR="$(mktemp -d --tmpdir=$BATS_TMPDIR rbenv.bats.XXX)"
|
||||
fi
|
||||
|
||||
# guard against executing this block twice due to bats internals
|
||||
|
|
Loading…
Reference in a new issue