diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-19 17:59:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-19 17:59:58 -0400 |
commit | b1e0c707bcf4e281d0bfefa06effc9b3fcb3f92e (patch) | |
tree | 6402758cfcea96e53203cd4ef4be9a45735aad6b /Test.hs | |
parent | 1b028411570973f4a18ce155c080161084952e87 (diff) |
Allow building with gpg2.
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -732,7 +732,7 @@ test_bup_remote env = "git-annex bup remote" ~: intmpclonerepo env $ when Build. -- gpg is not a build dependency, so only test when it's available test_crypto :: TestEnv -> Test -test_crypto env = "git-annex crypto" ~: intmpclonerepo env $ when Build.SysConfig.gpg $ do +test_crypto env = "git-annex crypto" ~: intmpclonerepo env $ whenM (Utility.Path.inPath Utility.Gpg.gpgcmd) $ do #ifndef __WINDOWS__ Utility.Gpg.testTestHarness @? "test harness self-test failed" Utility.Gpg.testHarness $ do |