Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-25 17:51:02 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 17:51:02 +0300
commit2c0743c46b8c338538a80e7e6bd01c33c59bacc6 (patch)
tree3df48ecca8e11d55692cadfbf5724390eb5b4aba /tests/apps.php
parentb9a26bca3ba0a8f3b30c55ff58615e41cf2e5825 (diff)
Fix the tests again
Diffstat (limited to 'tests/apps.php')
-rw-r--r--tests/apps.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/apps.php b/tests/apps.php
index f13a996772f..63895cbd569 100644
--- a/tests/apps.php
+++ b/tests/apps.php
@@ -10,6 +10,9 @@ function loadDirectory($path) {
if (strpos($path, 'integration')) {
return;
}
+ if (strpos($path, 'Integration')) {
+ return;
+ }
if ($dh = opendir($path)) {
while ($name = readdir($dh)) {
if ($name[0] !== '.') {