summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
commitb505ba83e8b62a9ed0ec2fb96448c5fc801184d9 (patch)
tree664eb4af9f274dfc13eb9abfab86421ebe38e881 /test.hs
parent025ded4a2dfb58a6ec0cb47b9d625d593a4e1977 (diff)
minor syntax changes
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/test.hs b/test.hs
index 16f2a2bdf..1c511b4d4 100644
--- a/test.hs
+++ b/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