瀏覽代碼

allow for sys.executable to be different

pull/2073/head
Ivan Pozdeev 3 年之前
父節點
當前提交
6185bb55e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/exec.bats

+ 1
- 1
test/exec.bats 查看文件

@ -79,7 +79,7 @@ OUT
}
@test "sys.executable with system version (#98)" {
system_python=$(which python3)
system_python="$(python3 -c 'import sys; print(sys.executable)')"
PYENV_VERSION="custom"
create_executable "python3" ""

Loading…
取消
儲存