tests: support encfs in the fsstress script
May be helpful for https://github.com/vgough/encfs/issues/214 .
This commit is contained in:
parent
fb3cc6ea40
commit
daada9d7c6
1
tests/stress_tests/fsstress-encfs.bash
Symbolic link
1
tests/stress_tests/fsstress-encfs.bash
Symbolic link
@ -0,0 +1 @@
|
||||
fsstress-gocryptfs.bash
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user