summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/filesystem.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/filesystem.php b/tests/lib/filesystem.php
index 73b0069519f..1b1703a06d7 100644
--- a/tests/lib/filesystem.php
+++ b/tests/lib/filesystem.php
@@ -84,7 +84,6 @@ class OC_FILEYSYSTEM_Test extends OC_TestCase
public function readfile(){
OC_FILESYSTEM::file_put_contents('/dummy','foo');
- ob_clean();
ob_start();
OC_FILESYSTEM::readfile('/dummy');
$this->assertEquals('foo', ob_get_contents(),'Unexpected output of readfile');