test: alter @test fish instructions to expect 'pyenv init - fish | source' instead of 'pyenv init - | source'.

This commit is contained in:
Christian Fredrik Johnsen 2024-12-12 01:02:19 +01:00
parent 198c89471a
commit 1c985d2ed9

View File

@ -72,7 +72,7 @@ OUT
@test "fish instructions" {
run pyenv-init fish
assert [ "$status" -eq 1 ]
assert_line 'pyenv init - | source'
assert_line 'pyenv init - fish | source'
}
@test "shell detection for installer" {