asdf/test
Jonathan Mast 069c74f45e
Ignore shim directory for executable lookups
Previously, the shims directory was only excluded for system versions,
which meant that `asdf exec` would fall back to a shim if the install
didn't have the desired binary. If the shims are up to date this isn't a
problem since we check the metadata, but it causes issues if those are
out of sync for whatever reason.

I've checked all the uses of this function and I'm not seeing anywhere
we should need the old behavior.
2019-12-21 15:24:55 -05:00
..
fixtures Merge remote-tracking branch 'upstream/master' into better-which-command 2018-11-12 15:35:19 -02:00
asdf_fish.bats Fix fish test 2019-04-07 22:33:26 +01:00
asdf_sh.bats Add test for not adding duplicate paths to PATH 2019-04-06 13:23:30 -04:00
banned_commands.bats Fix shim_plugin_version 2019-03-23 21:21:55 +00:00
current_command.bats Fix current when .tool-versions contains comments 2019-03-31 20:39:36 +01:00
get_asdf_config_value.bats Run config tests in BATS_TMPDIR for clean environment 2019-12-21 14:22:32 -05:00
install_command.bats Make install command ignore comments 2019-03-27 08:50:15 -04:00
list_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
plugin_commands.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
plugin_list_all_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
plugin_test_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
remove_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
reshim_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
shim_env_command.bats Test that command being executed can see other tools shims on path 2019-01-23 22:18:18 -06:00
shim_exec.bats Revert to using exec when running a shim 2019-03-26 17:36:08 +00:00
shim_versions_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
test_helpers.bash Test to ensure asdf exec and asdf env use plugin custom exec-env 2019-01-21 01:33:52 -06:00
uninstall_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
update_command.bats Add support for RC versions to asdf update command 2019-03-24 18:24:19 -04:00
utils.bats Create function for removing comments from .tool-versions files 2019-03-27 08:50:15 -04:00
version_commands.bats Add "shell" subcommand for setting versions in shell session 2019-03-09 13:19:33 -05:00
where_command.bats Improve output of where command when system version is set 2019-03-23 10:45:50 -04:00
which_command.bats Ignore shim directory for executable lookups 2019-12-21 15:24:55 -05:00