diff --git a/test/exec.bats b/test/exec.bats index 5f5f40fd..73ae3a18 100644 --- a/test/exec.bats +++ b/test/exec.bats @@ -77,33 +77,3 @@ ${PYENV_ROOT}/versions/3.4/bin/python args OUT } - -@test "supports python -S " { - export PYENV_VERSION="3.4" - - # emulate `python -S' behavior - create_executable "python" </dev/null; then - \$BASH "\$found" - else - echo "python: no Python script found in input (LoadError)" >&2 - exit 1 - fi -else - echo 'python 3.4 (pyenv test)' -fi -SH - - create_executable "fab" <