mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Read shell profile from $TMP during tests
This commit is contained in:
parent
b258bfa907
commit
55a2a9e482
|
|
@ -3,6 +3,7 @@
|
|||
load test_helper
|
||||
|
||||
setup() {
|
||||
export HOME="${TMP}"
|
||||
export PYENV_ROOT="${TMP}/pyenv"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue