diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-30 17:02:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-30 17:02:51 -0400 |
commit | 0fa4d7e8496c276bf496a2a522c7e676b7fd9245 (patch) | |
tree | d2073c2263875eb1ce6508a42e5c5296fd3d1761 /Test.hs | |
parent | ff5fb428cd87f7770a551e7deda11c693e1cf1b1 (diff) |
fix windows build
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1318,7 +1318,7 @@ test_crypto = do key2files cipher = Locations.keyPaths . Crypto.encryptKey Types.Crypto.HmacSha1 cipher #else -test_crypto _env = putStrLn "gpg testing not implemented on Windows" +test_crypto = putStrLn "gpg testing not implemented on Windows" #endif test_add_subdirs :: Assertion |