diff --git a/test.hs b/test.hs index 86eb006a38..5c43c3d4d9 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