summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 15:09:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 15:09:42 -0400
commitb106df45110320f24bbcd972f10f47192efbadd8 (patch)
treeb62f5f51e3b1d6394b91c19144c2d5e17db5a28d /Test.hs
parent797afd300cde42488a1c64201289165c48a9208e (diff)
scan for unlocked files on init/upgrade of v6 repo
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test.hs b/Test.hs
index 2e6ac847e..2418ee614 100644
--- a/Test.hs
+++ b/Test.hs
@@ -124,8 +124,8 @@ tests = testGroup "Tests" $ properties :
map (\(d, te) -> withTestMode te (unitTests d)) testmodes
where
testmodes =
- -- ("v6 unlocked", (testMode "6") { unlockedFiles = True })
- [ ("v6 locked", testMode "6")
+ [ ("v6 unlocked", (testMode "6") { unlockedFiles = True })
+ , ("v6 locked", testMode "6")
, ("v5", testMode "5")
#ifndef mingw32_HOST_OS
-- Windows will only use direct mode, so don't test twice.