pyenv/test
Claudio Jolowicz be595ededa
Fix duplicate test in prefix.bats due to bad merge (#1603)
The test "prefix for system in /" is duplicated in test/prefix.bats.
Both tests are completely identical. This commit removes the
duplication.

It appears that the culprit is this merge from rbenv/master, from 2016:

  cf1beda362

With the current development version of bats, this leads to the
following error when running `make test`:

  Error:
  Duplicate test name(s) in file
  "/home/travis/build/pyenv/pyenv/test/prefix.bats":
  test_prefix_for_system_in_-2f

Note that the development version is what pyenv's Makefile uses. With
the latest release of bats, the duplication only leads to a warning:

  bats warning:
  duplicate test name(s) in /src/test/prefix.bats:
  test_prefix_for_system_in_-2f
2020-05-01 13:46:49 -04:00
..
libexec Revert "Merge pull request #1153 from cmcginty/remove-sbang" 2019-04-23 10:23:33 -04:00
--version.bats
commands.bats
completions.bats
exec.bats pyenv-exec: no -a with exec to keep $PATH with system version (#1169) 2019-09-29 00:03:44 +02:00
global.bats
help.bats
hooks.bats
init.bats Revert "Merge pull request #1153 from cmcginty/remove-sbang" 2019-04-23 10:23:33 -04:00
local.bats
prefix.bats Fix duplicate test in prefix.bats due to bad merge (#1603) 2020-05-01 13:46:49 -04:00
pyenv.bats
pyenv_ext.bats Fix abs_dirname for relative symlinks in same directory 2018-09-19 10:18:07 +02:00
rehash.bats Add basic test for rehash wait 2018-04-24 00:42:47 +00:00
run
shell.bats
shims.bats
test_helper.bash
version-file-read.bats
version-file-write.bats
version-file.bats
version-name.bats
version-origin.bats
version.bats
versions.bats
whence.bats
which.bats Update help docs to clarify multiple version(s) are allowed (#1197) 2020-03-19 17:35:46 -04:00