avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that name
This commit is contained in:
parent
a9c125fc41
commit
faf032c55a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue