From cfb512ea8f80a932b6e04c44ef448caa4af99fa9 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Mon, 16 Apr 2012 17:38:15 +0000 Subject: enabled temporary cleanup again --- _testing/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_testing') 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 -- cgit v1.2.3