Fix intermittent "broken pipe" in version sort test (#2817)
This commit is contained in:
parent
bb38acd994
commit
dee8a9dbad
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user