summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-31 16:38:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-31 16:38:05 -0400
commit150a05edaa5f23c512dd352124b8da2399ff0cff (patch)
tree30ce126cbc783d617706b233ccb8a8e2bbc4b5bb /Test.hs
parentfb3912eb435de8b865a5b2e2fbcecbb4b51bea81 (diff)
webapp: Added UI to delete repositories. Closes: #689847
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 08ca824ad..599bc0eaa 100644
--- a/Test.hs
+++ b/Test.hs
@@ -851,7 +851,7 @@ cleanup dir = do
-- removed via directory permissions; undo
recurseDir SystemFS dir >>=
filterM doesDirectoryExist >>=
- mapM_ Utility.FileMode.allowWrite
+ mapM_ Utility.FileMode.allowWrite
removeDirectoryRecursive dir
checklink :: FilePath -> Assertion