tests: drop "-l" flag from fsstress-loopback.bash
No longer supported by go-fuse loopback.
This commit is contained in:
parent
e4148028af
commit
d404dcd3e3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user