From: Joey Hess Date: Thu, 18 Jan 2024 15:54:59 +0000 (-0400) Subject: fix windows build X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fa7f598284dd201b1b4af96a3e6c5edb0cdbb013;p=git-annex.git fix windows build --- 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