summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/tests/ajax_rename.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/ajax_rename.php b/apps/files/tests/ajax_rename.php
index 8332f36e161..81bd2a38350 100644
--- a/apps/files/tests/ajax_rename.php
+++ b/apps/files/tests/ajax_rename.php
@@ -22,7 +22,7 @@
*/
-require_once realpath( dirname(__FILE__).'/../lib/files.php' );
+require_once dirname(__FILE__).'/../lib/files.php';
class Test_Ajax_Rename extends \PHPUnit_Framework_TestCase {