Fix tests

This commit is contained in:
Yamashita, Yuu
2015-11-27 12:36:59 +00:00
parent a67be6dbe7
commit 6a2b77ed5b
5 changed files with 18 additions and 23 deletions

View File

@@ -8,7 +8,6 @@ setup() {
}
@test "display virtualenv version" {
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/2.7.7'"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/2.7.7'"
stub pyenv-exec "virtualenv --version : echo \"1.11\""
@@ -25,7 +24,6 @@ setup() {
}
@test "display pyvenv version" {
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/3.4.1'"
stub pyenv-prefix "echo '${PYENV_ROOT}/versions/3.4.1'"
stub pyenv-which "pyvenv : echo \"${PYENV_ROOT}/versions/3.4.1/bin/pyvenv\""