pyenv/test
Mislav Marohnić 1a0be6f0ad Improve git --version git revision lookup
It doesn't try to chdir into RBENV_ROOT anymore because that might be
a location of an unrelated rbenv install that might have a different
version than the current one that is installed e.g. via a package
manager such as Homebrew.

Now just tries the repo where the source files (`libexec/*`) are
located, and if that isn't a valid rbenv repo, bail out early.
2015-12-24 03:52:33 +01:00
..
libexec Add tests for rbenv PATH and RBENV_HOOK_PATH handling 2014-10-19 14:35:36 +02:00
--version.bats Improve git --version git revision lookup 2015-12-24 03:52:33 +01:00
commands.bats
completions.bats add --help to subcommand completions 2015-11-19 12:05:19 -05:00
exec.bats create local .ruby-version file in test dir 2015-11-20 09:51:44 -05:00
global.bats
help.bats
hooks.bats Fix realpath fallback in rbenv hooks 2015-10-27 21:05:10 +01:00
init.bats Merge pull request #663 from kevinburke/use-command 2015-10-11 04:04:46 +02:00
local.bats Have rbenv local read version from parent directories as well 2015-12-23 15:21:24 +01:00
prefix.bats
rbenv.bats Fix argument handling in main rbenv command 2015-11-19 01:52:48 +01:00
rehash.bats Simplify the shims registration implementation in rbenv-rehash 2014-10-15 05:46:18 +02:00
run Create configure script to generate a cross-platform Makefile 2014-10-13 04:12:35 +02:00
shell.bats
shims.bats
test_helper.bash tests: fix path_without to handle /bin properly 2015-11-12 21:20:00 +01:00
version-file-read.bats Move carriage return test to version-file-read 2014-03-21 01:32:29 +01:00
version-file-write.bats
version-file.bats Allow explicit target directory argument to rbenv-version-file 2015-12-23 15:19:54 +01:00
version-name.bats Simplify version-name, version-origin hook tests 2015-12-23 17:39:14 +01:00
version-origin.bats Simplify version-name, version-origin hook tests 2015-12-23 17:39:14 +01:00
version.bats Move carriage return test to version-file-read 2014-03-21 01:32:29 +01:00
versions.bats Add rbenv versions --skip-aliases option 2015-10-27 21:05:10 +01:00
whence.bats
which.bats Add test for not including current directory in PATH search 2015-12-14 11:59:01 +01:00