summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
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 41f7dea76..766a6ca96 100644
--- a/Test.hs
+++ b/Test.hs
@@ -1810,7 +1810,7 @@ intmpclonerepoInDirect a = intmpclonerepo $
)
where
isdirect = annexeval $ do
- Annex.Init.initialize Nothing Nothing
+ Annex.Init.initialize (Annex.Init.AutoInit False) Nothing Nothing
Config.isDirect
checkRepo :: Types.Annex a -> FilePath -> IO a