aboutsummaryrefslogtreecommitdiff
path: root/cli-tests/t_lock.out
AgeCommit message (Collapse)Author
2020-05-09cmd/fscrypt: improve errorsEric Biggers
In checkEncryptable(), check whether the directory is already encrypted before checking whether it's empty. Also improve the error message for when a directory is nonempty. Finally, translate keyring.ErrKeyAddedByOtherUsers and keyring.ErrKeyFilesOpen into errors which include the directory.
2020-05-09cli-tests: add t_lockEric Biggers
Test locking a directory.