tests: drop "-l" flag from fsstress-loopback.bash

No longer supported by go-fuse loopback.
This commit is contained in:
Jakob Unterwurzacher 2019-11-10 20:59:07 +01:00
parent e4148028af
commit d404dcd3e3
1 changed files with 1 additions and 1 deletions

View File

@ -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"