mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-22 14:11:27 +09:00
tests: fix integration tests for Bash and Fish
This commit is contained in:
parent
5855d9dfca
commit
7998159daa
@ -109,7 +109,7 @@ hash -r 2>/dev/null || true"
|
|||||||
|
|
||||||
@test "sh-rehash in bash (integration)" {
|
@test "sh-rehash in bash (integration)" {
|
||||||
create_alt_executable_in_version "3.4" "python"
|
create_alt_executable_in_version "3.4" "python"
|
||||||
run eval "$(pyenv-sh-rehash)"
|
PYENV_SHELL=bash run eval "$(pyenv-sh-rehash)"
|
||||||
assert_success
|
assert_success
|
||||||
assert [ -x "${PYENV_ROOT}/shims/python" ]
|
assert [ -x "${PYENV_ROOT}/shims/python" ]
|
||||||
}
|
}
|
||||||
@ -123,7 +123,7 @@ hash -r 2>/dev/null || true"
|
|||||||
@test "sh-rehash in fish (integration)" {
|
@test "sh-rehash in fish (integration)" {
|
||||||
command -v fish >/dev/null || skip "-- fish not installed"
|
command -v fish >/dev/null || skip "-- fish not installed"
|
||||||
create_alt_executable_in_version "3.4" "python"
|
create_alt_executable_in_version "3.4" "python"
|
||||||
run fish -Nc "eval (pyenv-sh-rehash)"
|
PYENV_SHELL=fish fish -Nc "source (pyenv-sh-rehash | psub)"
|
||||||
assert_success
|
assert_success
|
||||||
assert [ -x "${PYENV_ROOT}/shims/python" ]
|
assert [ -x "${PYENV_ROOT}/shims/python" ]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user