summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.hs b/test.hs
index 86eb006a3..5c43c3d4d 100644
--- a/test.hs
+++ b/test.hs
@@ -565,7 +565,7 @@ annexeval a = do
g <- Git.Construct.fromCwd
g' <- Git.Config.read g
s <- Annex.new g'
- Annex.eval s a
+ Annex.eval s { Annex.output = Annex.QuietOutput } a
innewrepo :: Assertion -> Assertion
innewrepo a = withgitrepo $ \r -> indir r a