fix windows build
authorJoey Hess <joeyh@joeyh.name>
Thu, 18 Jan 2024 15:54:59 +0000 (11:54 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 18 Jan 2024 15:54:59 +0000 (11:54 -0400)
Test.hs

diff --git a/Test.hs b/Test.hs
index c8db8147a4c78c9a7a35a6b5405802aba6b4445f..b752d4dc229e86eb54903bac0228c7f15c6b2f2c 100644 (file)
--- 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