add news item for git-annex 0.16
This commit is contained in:
parent
ad9dfe3228
commit
d31e61a90d
4 changed files with 17 additions and 12 deletions
2
test.hs
2
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue