diff options
author | Jakob Unterwurzacher | 2019-11-10 20:59:07 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-11-10 20:59:07 +0100 |
commit | d404dcd3e3696fbf6197ea7100ff2bed062ab2be (patch) | |
tree | 90ddbf7aa2183c7f48571c74e14fdcd7ba3faf3b /tests/stress_tests/fsstress-gocryptfs.bash | |
parent | e4148028af1f113bfdec00f3c577ef2d428a6aad (diff) |
tests: drop "-l" flag from fsstress-loopback.bash
No longer supported by go-fuse loopback.
Diffstat (limited to 'tests/stress_tests/fsstress-gocryptfs.bash')
-rwxr-xr-x | tests/stress_tests/fsstress-gocryptfs.bash | 2 |
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" |