mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
fix local --unset test
This commit is contained in:
@@ -92,7 +92,7 @@ OUT
|
||||
touch .ruby-version
|
||||
run rbenv-local --unset
|
||||
assert_success ""
|
||||
assert [ ! -e .rbenv-version ]
|
||||
assert [ ! -e .ruby-version ]
|
||||
}
|
||||
|
||||
@test "unsets alternate version file" {
|
||||
|
||||
Reference in New Issue
Block a user