From 7b34f7234e62d968acc035b57a3c075fdaf2593a Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 20 Jul 2015 19:14:57 +0900 Subject: [PATCH] Fix broken test --- test/virtualenv.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/virtualenv.bats b/test/virtualenv.bats index 2fe84db..e169430 100644 --- a/test/virtualenv.bats +++ b/test/virtualenv.bats @@ -99,7 +99,7 @@ OUT stub pyenv-version-name "echo \${PYENV_VERSION}" stub pyenv-exec "virtualenv --verbose --python=python ${PYENV_ROOT}/versions/venv : echo PYENV_VERSION=\${PYENV_VERSION} \"\$@\"" stub pyenv-exec "python -s -m ensurepip : false" - stub pyenv-exec "python -s t */get-pip.py : true" + stub pyenv-exec "python -s */get-pip.py : true" stub curl true run pyenv-virtualenv --verbose --python=python venv