summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/smb.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/smb.php')
-rw-r--r--apps/files_external/tests/smb.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/smb.php b/apps/files_external/tests/smb.php
index be3ea5a8308..ca2a93c8944 100644
--- a/apps/files_external/tests/smb.php
+++ b/apps/files_external/tests/smb.php
@@ -20,6 +20,7 @@ class SMB extends Storage {
}
$this->config['smb']['root'] .= $id; //make sure we have an new empty folder to work in
$this->instance = new \OC\Files\Storage\SMB($this->config['smb']);
+ $this->instance->mkdir('/');
}
public function tearDown() {