diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-07 14:36:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-07 14:36:52 -0400 |
commit | d31e61a90da100e188b45fe033337d405c6a2124 (patch) | |
tree | 638c2d891437324395127baf9c3240c45ddb22df /test.hs | |
parent | ad9dfe322894763f7013b7a41e0bf9c905cc597c (diff) |
add news item for git-annex 0.16
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |