pyenv/test
Ville Skyttä a9e11ba164
Use command and type instead of which (#2144)
`which` has been deprecated in Debian's debianutils 5.0+
They suggest using `type` and `command` as replacements:
3a8dd10b45 ,
610a65c6ef
2021-11-11 21:08:12 +03:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats allow for sys.executable to be different 2021-09-21 05:07:06 +03:00
global.bats
help.bats
hooks.bats
init.bats Remove the sample code from pyenv init 2021-09-19 00:27:03 +03:00
local.bats
prefix.bats consistent message 2021-09-21 05:07:12 +03:00
pyenv.bats
pyenv_ext.bats
rehash.bats
run
shell.bats
shims.bats
test_helper.bash Use command and type instead of which (#2144) 2021-11-11 21:08:12 +03:00
version-file-read.bats feat: support (skip) commented lines in version-file 2021-04-11 07:46:34 +03:00
version-file-write.bats
version-file.bats
version-name.bats
version-origin.bats
version.bats
versions.bats Bats: path_without: support multiple args 2021-09-21 05:07:12 +03:00
whence.bats
which.bats