wording
This commit is contained in:
parent
2b9f3cc175
commit
ce53acf4fe
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
Test.hs
|
@ -917,7 +917,7 @@ test_crypto env = "git-annex crypto" ~: TestList $ flip map ["shared","hybrid","
|
|||
annexed_present annexedfile
|
||||
where
|
||||
{- Ensure the configuration complies with the encryption scheme, and
|
||||
- that all keys are encrypted properly on the given directory remote. -}
|
||||
- that all keys are encrypted properly for the given directory remote. -}
|
||||
testEncryptedRemote scheme ks c keys = case Remote.Helper.Encryptable.extractCipher c of
|
||||
Just cip@Crypto.SharedCipher{} | scheme == "shared" && isNothing ks ->
|
||||
checkKeys cip Nothing
|
||||
|
|
Loading…
Add table
Reference in a new issue