finished this stage of the RawFilePath conversion
This commit was sponsored by Denis Dzyubenko on Patreon.
This commit is contained in:
parent
2c8cf06e75
commit
1db49497e0
27 changed files with 100 additions and 93 deletions
2
Test.hs
2
Test.hs
|
@ -868,7 +868,7 @@ test_fsck_basic = intmpclonerepo $ do
|
|||
where
|
||||
corrupt f = do
|
||||
git_annex "get" [f] @? "get of file failed"
|
||||
Utility.FileMode.allowWrite f
|
||||
Utility.FileMode.allowWrite (toRawFilePath f)
|
||||
writecontent f (changedcontent f)
|
||||
ifM (hasUnlockedFiles <$> getTestMode)
|
||||
( git_annex "fsck" [] @? "fsck failed on unlocked file with changed file content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue