From 6c91f697e19490b38f5408eb142a27cd6d2b6c3c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 19 Oct 2019 19:58:39 +0200 Subject: [PATCH] tests: make extractloop work with go-fuse loopback again The "-l" flag is no longer supported in go-fuse loopback, drop it. --- tests/stress_tests/extractloop.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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