diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/dl-linux-tarball.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/dl-linux-tarball.bash b/tests/dl-linux-tarball.bash index dfff492..03c0e7d 100755 --- a/tests/dl-linux-tarball.bash +++ b/tests/dl-linux-tarball.bash @@ -20,7 +20,7 @@ fi  if [[ $SIZE_ACTUAL -ne $SIZE_WANT ]]; then  	echo "Downloading linux-3.0.tar.gz"  	if command -v wget > /dev/null ; then -		wget -nv --show-progress -c -O "$TGZ" "$URL" +		wget -nv -c -O "$TGZ" "$URL"  	else  		curl -o "$TGZ" "$URL"  	fi | 
