Explorar el Código

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

pull/2818/head
native-api hace 11 meses
cometido por GitHub
padre
commit
dee8a9dbad
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      test/versions.bats

+ 1
- 0
test/versions.bats Ver fichero

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

Cargando…
Cancelar
Guardar