From 6a639f6f0880d96743310728719fc797a60b2ad8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Jan 2016 16:16:19 -0400 Subject: skip fix test in unlocked v6 pass fix is not relevant for unlocked files --- Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test.hs') 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 -- cgit v1.2.3