From d5133ca5ac4f241ff22ef145a3605a9fdb341bb6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 27 Jul 2017 20:31:22 +0200 Subject: 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. --- benchmark.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark.bash') 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 -- cgit v1.2.3