minor syntax changes
This commit is contained in:
parent
025ded4a2d
commit
b505ba83e8
19 changed files with 78 additions and 95 deletions
4
test.hs
4
test.hs
|
@ -609,9 +609,7 @@ checkdangling f = do
|
|||
|
||||
checklocationlog :: FilePath -> Bool -> Assertion
|
||||
checklocationlog f expected = do
|
||||
thisuuid <- annexeval $ do
|
||||
g <- Annex.gitRepo
|
||||
UUID.getUUID g
|
||||
thisuuid <- annexeval UUID.getUUID
|
||||
r <- annexeval $ Backend.lookupFile f
|
||||
case r of
|
||||
Just (k, _) -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue