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

Merge remote-tracking branch 'origin/master' into version-hooks

This commit is contained in:
Mislav Marohnić
2015-12-23 17:22:43 +01:00
25 changed files with 347 additions and 103 deletions

View File

@@ -68,7 +68,7 @@ setup() {
@test "missing version" {
RBENV_VERSION=1.2 run rbenv-version-name
assert_failure "rbenv: version \`1.2' is not installed"
assert_failure "rbenv: version \`1.2' is not installed (set by RBENV_VERSION environment variable)"
}
@test "version with prefix in name" {