diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-01 15:09:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-01 15:09:42 -0400 |
commit | b106df45110320f24bbcd972f10f47192efbadd8 (patch) | |
tree | b62f5f51e3b1d6394b91c19144c2d5e17db5a28d /Test.hs | |
parent | 797afd300cde42488a1c64201289165c48a9208e (diff) |
scan for unlocked files on init/upgrade of v6 repo
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |