diff --git a/test/init.bats b/test/init.bats index 53d131cc..273114d6 100755 --- a/test/init.bats +++ b/test/init.bats @@ -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" {