fix windows build
This commit is contained in:
parent
517904b770
commit
fa7f598284
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
Test.hs
|
@ -1941,7 +1941,7 @@ test_gpg_crypto = do
|
||||||
Annex.Locations.keyPaths .
|
Annex.Locations.keyPaths .
|
||||||
Crypto.encryptKey Types.Crypto.HmacSha1 cipher
|
Crypto.encryptKey Types.Crypto.HmacSha1 cipher
|
||||||
#else
|
#else
|
||||||
test_crypto = putStrLn "gpg testing not implemented on Windows"
|
test_gpg_crypto = putStrLn "gpg testing not implemented on Windows"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
test_add_subdirs :: Assertion
|
test_add_subdirs :: Assertion
|
||||||
|
|
Loading…
Reference in a new issue