add git-remote-gcrypt to bundle when available

This commit is contained in:
Joey Hess 2013-09-13 12:05:47 -04:00
parent 0bf5a40519
commit a9cb7d4744
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ bundledPrograms = catMaybes
, ifset SysConfig.wget "wget"
, ifset SysConfig.bup "bup"
, SysConfig.lsof
, SysConfig.gcrypt
, SysConfig.sha1
, SysConfig.sha256
, SysConfig.sha512

View file

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