diff options
Diffstat (limited to 'tests/stress_tests')
-rwxr-xr-x | tests/stress_tests/extractloop.bash | 2 | ||||
-rwxr-xr-x | tests/stress_tests/pingpong.bash | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/tests/stress_tests/pingpong.bash b/tests/stress_tests/pingpong.bash index 02aabc9..37670cc 100755 --- a/tests/stress_tests/pingpong.bash +++ b/tests/stress_tests/pingpong.bash @@ -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) |