fix test
file is locked here, so use right test.
This commit is contained in:
parent
0c1cc7789f
commit
55c162c400
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue