Browse Source

Merge commit 'refs/pull/562/head' of https://github.com/sstephenson/rbenv

pull/487/head^2
Mislav Marohnić 10 years ago
parent
commit
55f692ba9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_helper.bash

+ 1
- 1
test/test_helper.bash View File

@ -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…
Cancel
Save