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
|
annexed_present annexedfile
|
||||||
where
|
where
|
||||||
{- Ensure the configuration complies with the encryption scheme, and
|
{- 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
|
testEncryptedRemote scheme ks c keys = case Remote.Helper.Encryptable.extractCipher c of
|
||||||
Just cip@Crypto.SharedCipher{} | scheme == "shared" && isNothing ks ->
|
Just cip@Crypto.SharedCipher{} | scheme == "shared" && isNothing ks ->
|
||||||
checkKeys cip Nothing
|
checkKeys cip Nothing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue