skip fix test in unlocked v6 pass

fix is not relevant for unlocked files
This commit is contained in:
Joey Hess 2016-01-06 16:16:19 -04:00
parent 3dc08f5d4f
commit f263316c16
Failed to extract signature

View file

@ -634,7 +634,7 @@ test_partial_commit = intmpclonerepoInDirect $ do
)
test_fix :: Assertion
test_fix = intmpclonerepoInDirect $ do
test_fix = intmpclonerepoInDirect $ unlessM (unlockedFiles <$> getTestMode) $ do
annexed_notpresent annexedfile
git_annex "fix" [annexedfile] @? "fix of not present failed"
annexed_notpresent annexedfile