Browse Source

Fix test failure on OS X

pull/726/head
Yamashita, Yuu 8 years ago
parent
commit
35ecd398ac
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      plugins/python-build/test/build.bats

+ 4
- 0
plugins/python-build/test/build.bats View File

@ -366,6 +366,10 @@ OUT
stub_make_install
# yyuu/pyenv#257
stub uname '-s : echo Linux'
stub uname '-s : echo Linux'
export MAKE_INSTALL_OPTS="DOGE=\"such wow\""
run_inline_definition <<DEF
install_package "Python-3.2.1" "http://python.org/ftp/python/3.2.1/Python-3.2.1.tar.gz"

Loading…
Cancel
Save