]> source.dussan.org Git - nextcloud-server.git/commitdiff
[files] remove realpath in test
authorMorris Jobke <morris.jobke@gmail.com>
Tue, 7 May 2013 13:21:43 +0000 (15:21 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Sun, 12 May 2013 09:47:22 +0000 (11:47 +0200)
apps/files/tests/ajax_rename.php

index 8332f36e16153961791df9177918472a55d62225..81bd2a38350fe54bab9c62cf4e4056f4615596c4 100644 (file)
@@ -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 {