mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
Display version origin with non-installed versions
This is useful as an indicator where it is coming from.
This commit is contained in:
@@ -17,7 +17,7 @@ create_executable() {
|
||||
@test "fails with invalid version" {
|
||||
export RBENV_VERSION="2.0"
|
||||
run rbenv-exec ruby -v
|
||||
assert_failure "rbenv: version \`2.0' is not installed"
|
||||
assert_failure "rbenv: version \`2.0' is not installed (set by RBENV_VERSION environment variable)"
|
||||
}
|
||||
|
||||
@test "completes with names of executables" {
|
||||
|
||||
Reference in New Issue
Block a user