aboutsummaryrefslogtreecommitdiff
path: root/tests/stress_tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-10-19 19:58:39 +0200
committerJakob Unterwurzacher2019-10-19 19:58:39 +0200
commit6c91f697e19490b38f5408eb142a27cd6d2b6c3c (patch)
tree9a6bb7d8eefa875fbe707d07bda4662c529ed859 /tests/stress_tests
parent03fdfc4c901cdb9ce1613807d6f9d6a1c91ac45d (diff)
tests: make extractloop work with go-fuse loopback again
The "-l" flag is no longer supported in go-fuse loopback, drop it.
Diffstat (limited to 'tests/stress_tests')
-rwxr-xr-xtests/stress_tests/extractloop.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash
index c6e9632..e4be841 100755
--- a/tests/stress_tests/extractloop.bash
+++ b/tests/stress_tests/extractloop.bash
@@ -54,7 +54,7 @@ if [ $# -eq 1 ] && [ "$1" == "-encfs" ]; then
elif [ $# -eq 1 ] && [ "$1" == "-loopback" ]; then
echo "Testing go-fuse loopback"
rm -f /tmp/loopback*.memprof
- loopback -l -memprofile=/tmp/loopback $MNT $CRYPT &
+ loopback -memprofile=/tmp/loopback $MNT $CRYPT &
FSPID=$(jobs -p)
disown
else