1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Fix intermittent "broken pipe" in version sort test (#2817)

This commit is contained in:
native-api
2023-10-12 22:09:48 +03:00
committed by GitHub
parent bb38acd994
commit dee8a9dbad

View File

@@ -201,6 +201,7 @@ OUT
create_version "1.218.0" create_version "1.218.0"
create_executable sort <<SH create_executable sort <<SH
#!$BASH #!$BASH
cat >/dev/null
if [ "\$1" == "--version-sort" ]; then if [ "\$1" == "--version-sort" ]; then
echo "${PYENV_ROOT}/versions/1.9.0" echo "${PYENV_ROOT}/versions/1.9.0"
echo "${PYENV_ROOT}/versions/1.53.0" echo "${PYENV_ROOT}/versions/1.53.0"