From bb1757a14b562e3dc54a07d13a6b2936ea37e1c8 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 8 Jan 2010 23:03:35 +0100 Subject: [PATCH] Don't check permissions. --- horde/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/test.php b/horde/test.php index eb9b6e28e..e0bbfc0d8 100644 --- a/horde/test.php +++ b/horde/test.php @@ -44,7 +44,7 @@ $app_version = $registry->getVersion($app); /* If we've gotten this far, we should have found enough of Horde to run * tests. Create the testing object. */ if ($app != 'horde') { - $registry->pushApp($app); + $registry->pushApp($app, array('check_perms' => false)); } $classname = ucfirst($app) . '_Test'; if (!class_exists($classname)) { -- 2.11.0