summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-07 14:36:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-07 14:36:52 -0400
commitd31e61a90da100e188b45fe033337d405c6a2124 (patch)
tree638c2d891437324395127baf9c3240c45ddb22df /test.hs
parentad9dfe322894763f7013b7a41e0bf9c905cc597c (diff)
add news item for git-annex 0.16
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 852d1b30f..a8e025309 100644
--- a/test.hs
+++ b/test.hs
@@ -266,7 +266,7 @@ withgitrepo = bracket (setuprepo mainrepodir) return
indir :: FilePath -> Assertion -> Assertion
indir dir a = do
cwd <- getCurrentDirectory
- bracket_ (changeToTmpDir $ dir)
+ bracket_ (changeToTmpDir dir)
(\_ -> changeWorkingDirectory cwd)
a