summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 16:52:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 16:52:50 -0400
commit8f261acb5716f751e9785b7d01658901dd61a09e (patch)
treedb79db4cfe984533788f109cc54a78145a561d53 /Test.hs
parent52a80672636da180fe6f7eb7b343fc305f74a22e (diff)
better message
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 2cadefad1..1274f974b 100644
--- a/Test.hs
+++ b/Test.hs
@@ -759,7 +759,7 @@ test_crypto env = "git-annex crypto" ~: intmpclonerepo env $ when Build.SysConfi
not <$> git_annex env "drop" [annexedfile, "--numcopies=2"] @? "drop failed to fail"
annexed_present annexedfile
#else
- print "gpg testing not implemented on Windows"
+ putStrLn "gpg testing not implemented on Windows"
#endif
-- This is equivilant to running git-annex, but it's all run in-process