mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-03 19:21:12 +00:00
Fix fish instructions test
This commit is contained in:
parent
ac5dce9014
commit
74c2486a2c
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue