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
--version.bats
commands.bats
completions.bats
exec.bats
global.bats
help.bats
hooks.bats
init.bats
local.bats
prefix.bats
pyenv.bats
pyenv_ext.bats
rehash.bats
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