Browse Source

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

pull/2818/head
native-api 11 months ago
committed by GitHub
parent
commit
dee8a9dbad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/versions.bats

+ 1
- 0
test/versions.bats View File

@ -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…
Cancel
Save