Ver a proveniência

fix another failing test with https URL

pull/271/head
Eric Mill há 11 anos
committed by Yamashita Yuu
ascendente
cometimento
cb260fb9d0
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      plugins/python-build/test/cache.bats

+ 1
- 1
plugins/python-build/test/cache.bats Ver ficheiro

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

Carregando…
Cancelar
Guardar