diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-06 16:16:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-06 16:16:19 -0400 |
commit | 6a639f6f0880d96743310728719fc797a60b2ad8 (patch) | |
tree | a942a50bb2acf02b69ff6fed0541b459841d474a | |
parent | 1220fbfe7b9342c1e4f19f6b43c1019ccb56d7a8 (diff) |
skip fix test in unlocked v6 pass
fix is not relevant for unlocked files
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |