From 1c985d2ed92d8942637d6c7988aaa33ea7af25d0 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Johnsen Date: Thu, 12 Dec 2024 01:02:19 +0100 Subject: [PATCH] test: alter @test fish instructions to expect 'pyenv init - fish | source' instead of 'pyenv init - | source'. --- test/init.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {