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:
parent
d09a51b80a
commit
02693912e5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user