1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Import changes from ruby-build v20150519

This commit is contained in:
Yamashita Yuu
2015-05-27 01:05:46 +09:00
parent 9aee57d965
commit 648afe05a9
4 changed files with 54 additions and 11 deletions

View File

@@ -462,6 +462,14 @@ OUT
# nop
}
@test "Java version string not on first line" {
# nop
}
@test "Java version string on OpenJDK" {
# nop
}
@test "non-writable TMPDIR aborts build" {
export TMPDIR="${TMP}/build"
mkdir -p "$TMPDIR"

View File

@@ -69,7 +69,7 @@ See all available versions with \`pyenv install --list'.
If the version you need is missing, try upgrading pyenv:
cd ${BATS_TEST_DIRNAME}/../../.. && git pull
cd ${BATS_TEST_DIRNAME}/../../.. && git pull && cd -
OUT
unstub python-build