pyenv/test
Mislav Marohnić 3dc0005032 Fix test suite running on OpenBSD
The error was "bash: no such file or directory" and it was due to bash
being located in `/usr/local/bin` on OpenBSD 5.4 instead of `/bin` like
on other systems.

Fixed by keeping `/usr/local/bin` in PATH during the test run.
2014-01-02 22:17:38 +01:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats Revert "rbenv exec: avoid mutating PATH" 2013-11-03 12:18:28 +02:00
global.bats
help.bats
hooks.bats
init.bats Fix test suite running on OpenBSD 2014-01-02 22:17:38 +01:00
local.bats
prefix.bats better error message for rbenv prefix system 2013-10-03 21:42:52 +02:00
rbenv.bats
rehash.bats Avoid invoking hash -r in fish 2013-10-31 20:18:14 +02:00
shell.bats reliably detect parent shell in rbenv init 2013-10-07 03:24:45 +02:00
shims.bats
test_helper.bash Fix test suite running on OpenBSD 2014-01-02 22:17:38 +01:00
version-file-read.bats Add more tests for version-file-read 2013-10-30 02:33:23 +01:00
version-file-write.bats
version-file.bats
version-name.bats
version-origin.bats
version.bats
versions.bats Fix test suite when no system Ruby exists 2013-12-25 18:14:10 +01:00
whence.bats
which.bats