asdf/test
Daniel Perez 0f0bbef50d Fix select version when multiple versions available
With the previous version, the following case would fail.
It would use python 2.7.15 when running pip
instead of version 3.7.2.

Shim for `pip`

```bash
exec /home/daniel/.asdf/bin/asdf exec "pip" "$@"
```

`.tool-versions`:

```
python 3.7.2 2.7.15 system
```
2019-03-20 17:20:01 +00:00
..
fixtures Merge remote-tracking branch 'upstream/master' into better-which-command 2018-11-12 15:35:19 -02:00
banned_commands.bats Add readlink to list of banned commands. 2018-06-16 20:19:33 -04:00
current_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
get_asdf_config_value.bats AZDF -> ASDF environment variable name spelling 2018-02-27 11:56:04 -08:00
install_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06: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 Fix select version when multiple versions available 2019-03-20 17:20:01 +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 Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
utils.bats New shim metadata to allow many plugins with same executable names 2019-01-19 13:22:12 -06:00
version_commands.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
where_command.bats Faster exec times. Load commands only when nedded. 2019-01-20 02:13:20 -06:00
which_command.bats Fix legacy version and multi versions handling 2019-03-16 19:45:37 +00:00