mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-13 08:46:21 -04:00
fix test
in case of path with spaces
This commit is contained in:
parent
3546afd705
commit
28a8b0fc55
|
|
@ -228,7 +228,7 @@ OUT
|
|||
stub pyenv-version-name "echo 3"
|
||||
create_version "3.4.4"
|
||||
|
||||
stub pyenv-prefix "3 : echo $PYENV_ROOT/versions/3.4.4"
|
||||
stub pyenv-prefix "3 : echo \"$PYENV_ROOT/versions/3.4.4\""
|
||||
|
||||
run pyenv-virtualenv-prefix
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue