summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 16:12:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 16:12:00 -0400
commitf2832babba9cf01679a183e8dfad8ab0e6643953 (patch)
tree981a32e95f25975a9b870e6986350b30de70d35f /Test.hs
parentbf0069b0df73eb9e9c8c508c45eaf7d6f90b5deb (diff)
fix test
file is locked here, so use right test.
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 5646f14e1..4d541da8e 100644
--- a/Test.hs
+++ b/Test.hs
@@ -575,7 +575,7 @@ test_lock = intmpclonerepoInDirect $ do
-- In v6 mode, the original content of the file is not always
-- preserved after modification, so re-get it.
git_annex "get" [annexedfile] @? "get of file failed after lock --force"
- annexed_present annexedfile
+ annexed_present_locked annexedfile
git_annex "unlock" [annexedfile] @? "unlock failed"
unannexed annexedfile
changecontent annexedfile