mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Merge commit 'refs/pull/562/head' of https://github.com/sstephenson/rbenv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user