From 1c35434449ba09b5d7e9f41a25b9a1525b273580 Mon Sep 17 00:00:00 2001
From: Tobias Sarnowski <sarnowski@cosmocode.de>
Date: Wed, 18 Apr 2012 09:52:28 +0200
Subject: [PATCH] enabled cleanup again

---
 _testing/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_testing/bootstrap.php b/_testing/bootstrap.php
index 6ec3dd7ee..f8ca4d483 100644
--- a/_testing/bootstrap.php
+++ b/_testing/bootstrap.php
@@ -72,7 +72,7 @@ mkdir(TMP_DIR);
 
 // cleanup dir after exit
 register_shutdown_function(function() {
-    //TestUtils::rdelete(TMP_DIR);
+    TestUtils::rdelete(TMP_DIR);
 });
 
 // populate default dirs
-- 
GitLab