mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
Merge pull request #663 from kevinburke/use-command
Use `command` to run rbenv rehash
This commit is contained in:
@@ -14,7 +14,7 @@ load test_helper
|
||||
@test "auto rehash" {
|
||||
run rbenv-init -
|
||||
assert_success
|
||||
assert_line "rbenv rehash 2>/dev/null"
|
||||
assert_line "command rbenv rehash 2>/dev/null"
|
||||
}
|
||||
|
||||
@test "setup shell completions" {
|
||||
|
||||
Reference in New Issue
Block a user