From de3853375e677fe4cd18dbf5d10c00b4c5cea5bb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 16:52:50 -0400 Subject: [PATCH] better message --- Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.hs b/Test.hs index 2cadefad1b..1274f974ba 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