Przeglądaj źródła

fix another failing test with https URL

pull/271/head
Eric Mill 11 lat temu
committed by Yamashita Yuu
rodzic
commit
cb260fb9d0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/python-build/test/cache.bats

+ 1
- 1
plugins/python-build/test/cache.bats Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz