瀏覽代碼

fix another failing test with https URL

pull/271/head
Eric Mill 11 年之前
committed by Yamashita Yuu
父節點
當前提交
cb260fb9d0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/python-build/test/cache.bats

+ 1
- 1
plugins/python-build/test/cache.bats 查看文件

@ -59,7 +59,7 @@ setup() {
stub shasum true "echo invalid" "echo $checksum"
stub curl "-*I* : true" \
"-q -o * -*S* http://?*/$checksum : cp $FIXTURE_ROOT/package-1.0.0.tar.gz \$3"
"-q -o * -*S* https://?*/$checksum : cp $FIXTURE_ROOT/package-1.0.0.tar.gz \$3"
touch "${PYTHON_BUILD_CACHE_PATH}/package-1.0.0.tar.gz"

Loading…
取消
儲存