diff options
author | Jakob Unterwurzacher | 2018-03-07 09:45:20 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-07 09:45:20 +0100 |
commit | 02693912e59b44f463c4b14d6a3168fa24857e6f (patch) | |
tree | 496761157a64809a33be811b72058023b8d51940 /tests/reverse/linux-tarball-test.bash | |
parent | d09a51b80a68df2bd533b99f51750b0b3f3c94cb (diff) |
tests: convert remaining wget calls to dl-linux-tarball.bash helper
Makes the scripts work when wget is not available (macos)
Diffstat (limited to 'tests/reverse/linux-tarball-test.bash')
-rwxr-xr-x | tests/reverse/linux-tarball-test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reverse/linux-tarball-test.bash b/tests/reverse/linux-tarball-test.bash index e8ecca6..26bbb6c 100755 --- a/tests/reverse/linux-tarball-test.bash +++ b/tests/reverse/linux-tarball-test.bash @@ -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 |