Quellcode durchsuchen

fix another failing test with https URL

pull/271/head
Eric Mill vor 11 Jahren
committed von Yamashita Yuu
Ursprung
Commit
cb260fb9d0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      plugins/python-build/test/cache.bats

+ 1
- 1
plugins/python-build/test/cache.bats Datei anzeigen

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

Laden…
Abbrechen
Speichern