1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Fix tests for #1203

This commit is contained in:
Jeffrey 'jf' Lim
2020-01-08 16:41:14 +08:00
parent 5c3268c9af
commit 40db754168
3 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ setup() {
@test "no version selected" {
assert [ ! -d "${RBENV_ROOT}/versions" ]
run rbenv-version
assert_success "system (set by ${RBENV_ROOT}/version)"
assert_success "system"
}
@test "set by RBENV_VERSION" {