From 74c2486a2cdccca082ee1e2226159b64de803064 Mon Sep 17 00:00:00 2001 From: Roman Levin Date: Mon, 17 Feb 2020 21:46:25 +0100 Subject: [PATCH] Fix fish instructions test --- test/init.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/init.bats b/test/init.bats index 6ea662b5..d780cc58 100755 --- a/test/init.bats +++ b/test/init.bats @@ -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" {