tests: convert remaining wget calls to dl-linux-tarball.bash helper

Makes the scripts work when wget is not available (macos)
This commit is contained in:
Jakob Unterwurzacher 2018-03-07 09:45:20 +01:00
parent d09a51b80a
commit 02693912e5
3 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,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
WD=$(mktemp -d /tmp/$MYNAME.XXX)
# Cleanup trap

View File

@ -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

View File

@ -14,8 +14,8 @@ MYNAME=$(basename $0)
source ../fuse-unmount.bash
# Setup
../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
PING=$(mktemp -d ping.XXX)
PONG=$(mktemp -d pong.XXX)