fix windows build

This commit is contained in:
Joey Hess 2024-01-18 11:54:59 -04:00
parent 517904b770
commit fa7f598284
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1941,7 +1941,7 @@ test_gpg_crypto = do
Annex.Locations.keyPaths .
Crypto.encryptKey Types.Crypto.HmacSha1 cipher
#else
test_crypto = putStrLn "gpg testing not implemented on Windows"
test_gpg_crypto = putStrLn "gpg testing not implemented on Windows"
#endif
test_add_subdirs :: Assertion