mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Remove nop tests
Easy syncing with Rbenv is not as important now
This commit is contained in:
parent
9373970678
commit
e44b12c2dc
1 changed files with 0 additions and 48 deletions
|
@ -888,54 +888,6 @@ OUT
|
||||||
assert_success "hello world"
|
assert_success "hello world"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "mruby strategy overwrites non-writable files" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "mruby strategy fetches rake if missing" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "rbx uses bundle then rake" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "fixes rbx binstubs" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby build" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby+Graal does not install launchers" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby Java 7 missing" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby Java is outdated" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby Java 7 up-to-date" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "Java version string not on first line" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "Java version string on OpenJDK" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "JRuby Java 9 version string" {
|
|
||||||
# nop
|
|
||||||
}
|
|
||||||
|
|
||||||
@test "non-writable TMPDIR aborts build" {
|
@test "non-writable TMPDIR aborts build" {
|
||||||
export TMPDIR="${TMP}/build"
|
export TMPDIR="${TMP}/build"
|
||||||
mkdir -p "$TMPDIR"
|
mkdir -p "$TMPDIR"
|
||||||
|
|
Loading…
Reference in a new issue