summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-21 18:45:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-21 18:45:19 -0400
commit46af2035e22203e0363d7a1046ef792829d998e5 (patch)
tree855fd74d0fb6ac80decf9991a6616528fb621f0e /Build/Configure.hs
parentefb484622d46b7e6b7742636b5546339c44b2594 (diff)
avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that name
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index 3c3f39c8d..262ac2080 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -39,7 +39,7 @@ tests =
[ ("gpg", "--version >/dev/null")
, ("gpg2", "--version >/dev/null") ]
, TestCase "lsof" $ findCmdPath "lsof" "lsof"
- , TestCase "gcrypt" $ findCmdPath "gcrypt" "git-remote-gcrypt"
+ , TestCase "git-remote-gcrypt" $ findCmdPath "gcrypt" "git-remote-gcrypt"
, TestCase "ssh connection caching" getSshConnectionCaching
] ++ shaTestCases
[ (1, "da39a3ee5e6b4b0d3255bfef95601890afd80709")