avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that name

This commit is contained in:
Joey Hess 2013-10-21 18:45:19 -04:00
parent a9c125fc41
commit faf032c55a

View file

@ -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")