From 4f0439cd1270d3859e689107a16be39e9274a65c Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Tue, 28 Oct 2014 11:02:49 -0400 Subject: [PATCH] fix one failing test, around mirror URL --- plugins/python-build/test/mirror.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/test/mirror.bats b/plugins/python-build/test/mirror.bats index 7f681361..0ae58abe 100644 --- a/plugins/python-build/test/mirror.bats +++ b/plugins/python-build/test/mirror.bats @@ -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 ]