tests: fetch the example tarball from cdn.kernel.org

www.kernel.org is painfully slow at times.
This commit is contained in:
Jakob Unterwurzacher 2016-10-25 23:13:44 +02:00
parent d64ccf7cf4
commit 9b7135224b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \
"f7e6591d86a9dbe123dfd1a0be054e7f" ]; then
echo "Downloading linux-3.0.tar.gz"
wget -nv --show-progress -c -O $TGZ \
https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
fi
function etime {