소스 검색

tests: fix desc for "can add shims to PATH more than once"

This seems to have not been merged properly.

A similar issue is with the test for fish, which has been submitted as a
PR for rbenv: https://github.com/sstephenson/rbenv/pull/722.
pull/368/head
Daniel Hahler 11 년 전
부모
커밋
10d5d9a24f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/init.bats

+ 1
- 1
test/init.bats 파일 보기

@ -64,7 +64,7 @@ load test_helper
assert_line 0 "setenv PATH '${PYENV_ROOT}/shims' \$PATH"
}
@test "doesn't add shims to PATH more than once" {
@test "can add shims to PATH more than once" {
export PATH="${PYENV_ROOT}/shims:$PATH"
run pyenv-init - bash
assert_success

불러오는 중...
취소
저장