mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix intermittent "broken pipe" in version sort test (#2817)
This commit is contained in:
parent
bb38acd994
commit
dee8a9dbad
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ OUT
|
|||
create_version "1.218.0"
|
||||
create_executable sort <<SH
|
||||
#!$BASH
|
||||
cat >/dev/null
|
||||
if [ "\$1" == "--version-sort" ]; then
|
||||
echo "${PYENV_ROOT}/versions/1.9.0"
|
||||
echo "${PYENV_ROOT}/versions/1.53.0"
|
||||
|
|
Loading…
Reference in a new issue