1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 21:13:46 -05:00

Import latest changes from https://github.com/rbenv/ruby-build as of v20180424

This commit is contained in:
Yamashita, Yuu
2018-04-26 00:56:08 +00:00
parent 11067155f4
commit c8ad3385c7
2 changed files with 14 additions and 2 deletions

View File

@@ -537,6 +537,10 @@ OUT
# nop
}
@test "JRuby Java 9 version string" {
# nop
}
@test "non-writable TMPDIR aborts build" {
export TMPDIR="${TMP}/build"
mkdir -p "$TMPDIR"