skip fix test in unlocked v6 pass
fix is not relevant for unlocked files
This commit is contained in:
parent
3dc08f5d4f
commit
f263316c16
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
Test.hs
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue