mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 15:53:45 -05:00
Fix broken tests
This commit is contained in:
@@ -47,9 +47,9 @@ create_executable() {
|
||||
run ls "${PYENV_ROOT}/shims"
|
||||
assert_success
|
||||
assert_output <<OUT
|
||||
python
|
||||
rake
|
||||
rspec
|
||||
python
|
||||
OUT
|
||||
}
|
||||
|
||||
@@ -80,8 +80,8 @@ OUT
|
||||
run ls "${PYENV_ROOT}/shims"
|
||||
assert_success
|
||||
assert_output <<OUT
|
||||
rspec
|
||||
python
|
||||
rspec
|
||||
OUT
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user