summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/mountconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/mountconfig.php')
-rw-r--r--apps/files_external/tests/mountconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/mountconfig.php b/apps/files_external/tests/mountconfig.php
index ac010464faa..fc482823843 100644
--- a/apps/files_external/tests/mountconfig.php
+++ b/apps/files_external/tests/mountconfig.php
@@ -58,7 +58,7 @@ class Test_Mount_Config extends \PHPUnit_Framework_TestCase {
\OC_User::setUserId(self::TEST_USER1);
$this->userHome = \OC_User::getHome(self::TEST_USER1);
- mkdir($this->userHome);
+ @mkdir($this->userHome);
$this->dataDir = \OC_Config::getValue(
'datadirectory',