pyenv/test
Victor Lim 9daf81f16e Fix https://github.com/rbenv/rbenv/issues/1065
Command `rbenv version-name > .ruby-version` will create an empty `.ruby-version` file
before running `rbenv-version-file`. This causes `rbenv-version-file` to return empty
string which in turn causes `rbenv-version-name` to return `system`.

Ensure size of `.ruby-version` is non-zero as a workaround.
2018-02-26 16:49:37 +08:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats
global.bats
help.bats
hooks.bats
init.bats Revert quoting change in previous commit; adjust test to match code 2017-05-16 13:36:06 -07:00
local.bats
prefix.bats Rewrite with using here document syntax 2016-08-03 06:29:59 +00:00
rbenv.bats
rehash.bats
run
shell.bats Add tests for shell integration 2017-12-07 02:32:35 +01:00
shims.bats
test_helper.bash Keep original ordering of PATH configuration 2016-08-02 00:21:28 +00:00
version-file-read.bats
version-file-write.bats
version-file.bats Fix https://github.com/rbenv/rbenv/issues/1065 2018-02-26 16:49:37 +08:00
version-name.bats
version-origin.bats Fix https://github.com/rbenv/rbenv/issues/1065 2018-02-26 16:49:37 +08:00
version.bats
versions.bats
whence.bats
which.bats test/which.bats: do not export PATH 2017-11-20 04:22:05 +01:00