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