summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
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