mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Fix fish instructions test
This commit is contained in:
@@ -54,7 +54,7 @@ OUT
|
||||
@test "fish instructions" {
|
||||
run rbenv-init fish
|
||||
assert [ "$status" -eq 1 ]
|
||||
assert_line 'status --is-interactive; and source (rbenv init -|psub)'
|
||||
assert_line 'status --is-interactive; and rbenv init - | source'
|
||||
}
|
||||
|
||||
@test "option to skip rehash" {
|
||||
|
||||
Reference in New Issue
Block a user