Fix fish instructions test

This commit is contained in:
Roman Levin 2020-02-17 21:46:25 +01:00
parent ac5dce9014
commit 74c2486a2c

View file

@ -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" {