mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
fix local --unset test
This commit is contained in:
parent
22f4980a21
commit
3c9674453f
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue