From 236aeb9dfdd6042a728a0b512d23878f6c1ede95 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 20 Aug 2015 11:38:27 -0700 Subject: [PATCH] Silence wget --- test/integration-test-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 510208d..80c46a3 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -18,6 +18,6 @@ S3PROXY_VERSION="1.4.0" S3PROXY_BINARY="s3proxy-${S3PROXY_VERSION}" if [ ! -e "${S3PROXY_BINARY}" ]; then wget "https://github.com/andrewgaul/s3proxy/releases/download/s3proxy-${S3PROXY_VERSION}/s3proxy" \ - -O "${S3PROXY_BINARY}" + --quiet -O "${S3PROXY_BINARY}" chmod +x "${S3PROXY_BINARY}" fi