From 35ecd398ac3f951a611255e090b6ab8e42894be3 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Wed, 5 Oct 2016 10:06:03 +0900 Subject: [PATCH] Fix test failure on OS X --- plugins/python-build/test/build.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/python-build/test/build.bats b/plugins/python-build/test/build.bats index f0e3a1b8..42ca4b08 100644 --- a/plugins/python-build/test/build.bats +++ b/plugins/python-build/test/build.bats @@ -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 <