summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 16:16:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 16:16:19 -0400
commit6a639f6f0880d96743310728719fc797a60b2ad8 (patch)
treea942a50bb2acf02b69ff6fed0541b459841d474a /Test.hs
parent1220fbfe7b9342c1e4f19f6b43c1019ccb56d7a8 (diff)
skip fix test in unlocked v6 pass
fix is not relevant for unlocked files
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index e1c03d4c4..7918ff0c1 100644
--- a/Test.hs
+++ b/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