test: alter @test fish instructions to expect 'pyenv init - fish | source' instead of 'pyenv init - | source'.
This commit is contained in:
parent
198c89471a
commit
1c985d2ed9
@ -72,7 +72,7 @@ OUT
|
|||||||
@test "fish instructions" {
|
@test "fish instructions" {
|
||||||
run pyenv-init fish
|
run pyenv-init fish
|
||||||
assert [ "$status" -eq 1 ]
|
assert [ "$status" -eq 1 ]
|
||||||
assert_line 'pyenv init - | source'
|
assert_line 'pyenv init - fish | source'
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "shell detection for installer" {
|
@test "shell detection for installer" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user