asdf/test
Paul Swartz e5863f3701 fix: check shims for the full version
The current behavior in shims is to check if there's an existing shim for
which the shim we're currently checking is a prefix. For example, if the shim
has

    # asdf-plugin: erlang 21.2.6

Then adding a shim for `erlang 21.2` will fail.

This updates the `grep` check to match the end of the line as well so we
always get a full version check.

Fixes #517
2019-05-17 14:30:05 -04:00
..
fixtures Merge remote-tracking branch 'upstream/master' into better-which-command 2018-11-12 15:35:19 -02: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 AZDF -> ASDF environment variable name spelling 2018-02-27 11:56:04 -08: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 fix: check shims for the full version 2019-05-17 14:30:05 -04: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 Fix legacy version and multi versions handling 2019-03-16 19:45:37 +00:00