Explorar el Código

fix another failing test with https URL

pull/271/head
Eric Mill hace 11 años
cometido por Yamashita Yuu
padre
commit
cb260fb9d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/python-build/test/cache.bats

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

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

Cargando…
Cancelar
Guardar