diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 16:52:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 16:52:50 -0400 |
commit | 8f261acb5716f751e9785b7d01658901dd61a09e (patch) | |
tree | db79db4cfe984533788f109cc54a78145a561d53 | |
parent | 52a80672636da180fe6f7eb7b343fc305f74a22e (diff) |
better message
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |