aboutsummaryrefslogtreecommitdiff
path: root/tests/stress_tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-11-10 20:59:07 +0100
committerJakob Unterwurzacher2019-11-10 20:59:07 +0100
commitd404dcd3e3696fbf6197ea7100ff2bed062ab2be (patch)
tree90ddbf7aa2183c7f48571c74e14fdcd7ba3faf3b /tests/stress_tests
parente4148028af1f113bfdec00f3c577ef2d428a6aad (diff)
tests: drop "-l" flag from fsstress-loopback.bash
No longer supported by go-fuse loopback.
Diffstat (limited to 'tests/stress_tests')
-rwxr-xr-xtests/stress_tests/fsstress-gocryptfs.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash
index 78a7f7d..2a75c90 100755
--- a/tests/stress_tests/fsstress-gocryptfs.bash
+++ b/tests/stress_tests/fsstress-gocryptfs.bash
@@ -46,7 +46,7 @@ if [ $MYNAME = fsstress-loopback.bash ]; then
echo "Recompile go-fuse loopback"
cd $GOPATH/src/github.com/hanwen/go-fuse/example/loopback
go build -race && go install
- $GOPATH/bin/loopback -l $MNT $DIR &
+ $GOPATH/bin/loopback -q $MNT $DIR &
disown
elif [ $MYNAME = fsstress-gocryptfs.bash ]; then
echo "Recompile gocryptfs"