Explorar el Código

fix one failing test, around mirror URL

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

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

@ -92,7 +92,7 @@ export PYTHON_BUILD_MIRROR_URL=http://mirror.example.com
stub shasum true "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" \
install_fixture definitions/with-checksum
[ "$status" -eq 0 ]

Cargando…
Cancelar
Guardar