From daada9d7c6207328ad49a4d96050eb08e1a003a1 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 1 May 2017 23:50:49 +0200 Subject: tests: support encfs in the fsstress script May be helpful for https://github.com/vgough/encfs/issues/214 . --- tests/stress_tests/fsstress-gocryptfs.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/stress_tests/fsstress-gocryptfs.bash') diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash index dd7f1e7..caa73c6 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/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 -- cgit v1.2.3