Christian Fredrik Johnsen b1882cb6fe fix: Fix shell completions tests for pyenv-init
In `test_helper.bash`:
set

PATH="${BATS_TEST_DIRNAME%/*}/libexec:$PATH"

instead of

PATH="${BATS_TEST_DIRNAME}../libexec:$PATH"

it essentially enables us to expect

`${exec_root}/completions/pyenv.bash`

instead of something like

`${exec_root}/test/../completions/pyenv.zsh
2024-12-21 18:05:48 +01:00
..
2021-09-21 05:07:12 +03:00
2018-04-24 00:42:47 +00:00
2021-02-23 22:29:56 +02:00