From 02693912e59b44f463c4b14d6a3168fa24857e6f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 7 Mar 2018 09:45:20 +0100 Subject: tests: convert remaining wget calls to dl-linux-tarball.bash helper Makes the scripts work when wget is not available (macos) --- tests/stress_tests/extractloop.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stress_tests/extractloop.bash') diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash index 5a3aa1b..e25f721 100755 --- a/tests/stress_tests/extractloop.bash +++ b/tests/stress_tests/extractloop.bash @@ -19,8 +19,8 @@ MYNAME=$(basename "$0") source ../fuse-unmount.bash # Setup dirs +../dl-linux-tarball.bash cd /tmp -wget -nv --show-progress -c https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz CRYPT=$(mktemp -d /tmp/$MYNAME.XXX) CSV=$CRYPT.csv MNT=$CRYPT.mnt -- cgit v1.2.3