tests: support encfs in the fsstress script

May be helpful for https://github.com/vgough/encfs/issues/214 .
This commit is contained in:
Jakob Unterwurzacher 2017-05-01 23:50:49 +02:00
parent fb3cc6ea40
commit daada9d7c6
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
fsstress-gocryptfs.bash

View File

@ -56,6 +56,9 @@ elif [ $MYNAME = fsstress-gocryptfs.bash ]; then
./build.bash
$GOPATH/bin/gocryptfs -q -init -extpass "echo test" -scryptn=10 $DIR
$GOPATH/bin/gocryptfs -q -extpass "echo test" -nosyslog $DIR $MNT
elif [ $MYNAME = fsstress-encfs.bash ]; then
# You probably want do adjust this path to your system
/home/jakob.donotbackup/encfs/build/encfs --extpass "echo test" --standard $DIR $MNT
else
echo Unknown mode: $MYNAME
exit 1