summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Sarnowski <tobias@trustedco.de>2012-04-16 17:38:15 +0000
committerTobias Sarnowski <tobias@trustedco.de>2012-04-16 17:38:15 +0000
commitcfb512ea8f80a932b6e04c44ef448caa4af99fa9 (patch)
tree69c1d400071ef9f7a00e83ed11677031cd754632
parentae4cb5963676bdd9415f1b6652942ed462026fc5 (diff)
downloadrpg-cfb512ea8f80a932b6e04c44ef448caa4af99fa9.tar.gz
rpg-cfb512ea8f80a932b6e04c44ef448caa4af99fa9.tar.bz2
enabled temporary cleanup again
-rw-r--r--_testing/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/bootstrap.php b/_testing/bootstrap.php
index ef86be870..a97e6f089 100644
--- a/_testing/bootstrap.php
+++ b/_testing/bootstrap.php
@@ -85,7 +85,7 @@ mkdir(TMP_DIR);
// cleanup dir after exit
register_shutdown_function(function() {
-// rdelete(TMP_DIR);
+ rdelete(TMP_DIR);
});
// populate default dirs