summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2024-01-18 11:54:59 -0400
committerJoey Hess <joeyh@joeyh.name>2024-01-18 11:54:59 -0400
commitfa7f598284dd201b1b4af96a3e6c5edb0cdbb013 (patch)
treedc11b77db7eca7386ae590a2f01d6a2d5a3b6fcb
parent517904b7703391eeee215ca4a9a09fa1a54b5901 (diff)
fix windows build
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index c8db8147a4..b752d4dc22 100644
--- a/Test.hs
+++ b/Test.hs
@@ -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