summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 3eb330c22..b7b80f914 100644
--- a/Test.hs
+++ b/Test.hs
@@ -880,7 +880,7 @@ test_crypto env = "git-annex crypto" ~: intmpclonerepo env $ whenM (Utility.Path
let a cmd = git_annex env cmd
[ "foo"
, "type=directory"
- , "encryption=" ++ Utility.Gpg.testKeyId
+ , "keyid=" ++ Utility.Gpg.testKeyId
, "directory=dir"
, "highRandomQuality=false"
]