diff options
author | Jakob Unterwurzacher | 2017-07-27 20:31:22 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-07-27 20:31:22 +0200 |
commit | d5133ca5ac4f241ff22ef145a3605a9fdb341bb6 (patch) | |
tree | 0ba68fc942de5459ff300f7d7e9f1229e8d5ed90 /benchmark.bash | |
parent | 496968e06c09f896ed04ad0939242e1ae75cde53 (diff) |
fusefrontend_reverse: return ENOENT for undecryptable names
This was working until DecryptName switched to returning
EBADMSG instead of EINVAL.
Add a test to catch the regression next time.
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.bash b/benchmark.bash index 8bc6abb..ec969df 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -67,7 +67,7 @@ if [[ $OPT_ENCFS -eq 1 ]]; then exit 1 fi echo "Testing EncFS at $CRYPT" - encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null + /home/jakob.donotbackup/encfs/build/encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null else echo "Testing gocryptfs at $CRYPT" gocryptfs -q -init -extpass="echo test" -scryptn=10 $CRYPT |