scan for unlocked files on init/upgrade of v6 repo

This commit is contained in:
Joey Hess 2016-01-01 15:09:42 -04:00
parent b03a24dc10
commit f36f24197a
Failed to extract signature
5 changed files with 38 additions and 15 deletions

View file

@ -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.