diff --git a/test/init.bats b/test/init.bats index a6845fe4..2b963249 100755 --- a/test/init.bats +++ b/test/init.bats @@ -2,10 +2,6 @@ load test_helper -_setup() { - export PATH="${PYENV_TEST_DIR}/bin:$PATH" -} - @test "creates shims and versions directories" { assert [ ! -d "${PYENV_ROOT}/shims" ] assert [ ! -d "${PYENV_ROOT}/versions" ] @@ -171,16 +167,14 @@ echo "\$PATH" } @test "outputs sh-compatible case syntax" { - create_path_executable pyenv-commands <