From cb260fb9d039eaf25b97ebaab6c3755357e6260a Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Tue, 28 Oct 2014 11:04:35 -0400 Subject: [PATCH] fix another failing test with https URL --- plugins/python-build/test/cache.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/test/cache.bats b/plugins/python-build/test/cache.bats index bc0984f3..6a302d00 100644 --- a/plugins/python-build/test/cache.bats +++ b/plugins/python-build/test/cache.bats @@ -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"