allow for sys.executable to be different

This commit is contained in:
Ivan Pozdeev 2021-09-15 22:26:39 +03:00
parent 7f714c34ba
commit 6185bb55e6

View file

@ -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" ""