mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix test failure on OS X
This commit is contained in:
parent
9f3f38d312
commit
35ecd398ac
1 changed files with 4 additions and 0 deletions
|
@ -366,6 +366,10 @@ OUT
|
||||||
|
|
||||||
stub_make_install
|
stub_make_install
|
||||||
|
|
||||||
|
# yyuu/pyenv#257
|
||||||
|
stub uname '-s : echo Linux'
|
||||||
|
stub uname '-s : echo Linux'
|
||||||
|
|
||||||
export MAKE_INSTALL_OPTS="DOGE=\"such wow\""
|
export MAKE_INSTALL_OPTS="DOGE=\"such wow\""
|
||||||
run_inline_definition <<DEF
|
run_inline_definition <<DEF
|
||||||
install_package "Python-3.2.1" "http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.gz"
|
install_package "Python-3.2.1" "http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue