瀏覽代碼
Fix intermittent "broken pipe" in version sort test (#2817)
pull/2818/head
native-api
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
0 行删除
-
test/versions.bats
|
|
|
@ -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" |
|
|
|
|