add git-remote-gcrypt to bundle when available
This commit is contained in:
parent
0bf5a40519
commit
a9cb7d4744
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ bundledPrograms = catMaybes
|
|||
, ifset SysConfig.wget "wget"
|
||||
, ifset SysConfig.bup "bup"
|
||||
, SysConfig.lsof
|
||||
, SysConfig.gcrypt
|
||||
, SysConfig.sha1
|
||||
, SysConfig.sha256
|
||||
, SysConfig.sha512
|
||||
|
|
|
@ -38,6 +38,7 @@ tests =
|
|||
[ ("gpg", "--version >/dev/null")
|
||||
, ("gpg2", "--version >/dev/null") ]
|
||||
, TestCase "lsof" $ findCmdPath "lsof" "lsof"
|
||||
, TestCase "gcrypt" $ findCmdPath "gcrypt" "git-remote-gcrypt"
|
||||
, TestCase "ssh connection caching" getSshConnectionCaching
|
||||
] ++ shaTestCases
|
||||
[ (1, "da39a3ee5e6b4b0d3255bfef95601890afd80709")
|
||||
|
|
Loading…
Add table
Reference in a new issue