pyenv/test
Mislav Marohnić 1e1c9cb0dc Fix emulating the scenario where system Ruby is missing on OpenBSD
On other systems, we expected to find system Ruby in `/usr/bin`, but in
OpenBSD 5.4 it will be found in `/usr/local/bin`.

This replaces the limited USRBIN_ALT hack with a more generic
`path_without` function that will ensure that the given executable is
not present in the resulting PATH even if it's found in multiple
system paths.
2014-01-02 22:30:21 +01:00
..
libexec tests galore 2013-03-07 15:07:32 -05:00
--version.bats work around bug in git 1.8.2.1 in tests 2013-06-07 19:13:54 +02:00
commands.bats fix iterating through paths that have spaces in them 2013-04-01 01:04:19 +02:00
completions.bats undo assert_output_lines in tests 2013-04-08 23:16:35 +02:00
exec.bats Revert "rbenv exec: avoid mutating PATH" 2013-11-03 12:18:28 +02:00
global.bats tests galore 2013-03-07 15:07:32 -05:00
help.bats add tests for help and rbenv --version 2013-04-08 23:16:35 +02:00
hooks.bats undo assert_output_lines in tests 2013-04-08 23:16:35 +02:00
init.bats Fix test suite running on OpenBSD 2014-01-02 22:17:38 +01:00
local.bats add tests for version commands 2013-04-08 23:16:35 +02:00
prefix.bats Fix emulating the scenario where system Ruby is missing on OpenBSD 2014-01-02 22:30:21 +01:00
rbenv.bats tests galore 2013-03-07 15:07:32 -05:00
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 tests galore 2013-03-07 15:07:32 -05:00
test_helper.bash Fix emulating the scenario where system Ruby is missing on OpenBSD 2014-01-02 22:30:21 +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 add tests for version commands 2013-04-08 23:16:35 +02:00
version-file.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version-name.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version-origin.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version.bats add tests for version commands 2013-04-08 23:16:35 +02:00
versions.bats Fix test suite when no system Ruby exists 2013-12-25 18:14:10 +01:00
whence.bats undo assert_output_lines in tests 2013-04-08 23:16:35 +02:00
which.bats test that IFS in hooks is correct 2013-04-16 14:01:43 +02:00