diff options
Diffstat (limited to 'apps/files_encryption/tests/util.php')
-rwxr-xr-x | apps/files_encryption/tests/util.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php index 368b7b3dc3f..7f80de59338 100755 --- a/apps/files_encryption/tests/util.php +++ b/apps/files_encryption/tests/util.php @@ -6,13 +6,13 @@ * See the COPYING-README file. */ -require_once realpath(dirname(__FILE__) . '/../../../lib/base.php'); -require_once realpath(dirname(__FILE__) . '/../lib/crypt.php'); -require_once realpath(dirname(__FILE__) . '/../lib/keymanager.php'); -require_once realpath(dirname(__FILE__) . '/../lib/proxy.php'); -require_once realpath(dirname(__FILE__) . '/../lib/stream.php'); -require_once realpath(dirname(__FILE__) . '/../lib/util.php'); -require_once realpath(dirname(__FILE__) . '/../appinfo/app.php'); +require_once dirname(__FILE__) . '/../../../lib/base.php'; +require_once dirname(__FILE__) . '/../lib/crypt.php'; +require_once dirname(__FILE__) . '/../lib/keymanager.php'; +require_once dirname(__FILE__) . '/../lib/proxy.php'; +require_once dirname(__FILE__) . '/../lib/stream.php'; +require_once dirname(__FILE__) . '/../lib/util.php'; +require_once dirname(__FILE__) . '/../appinfo/app.php'; use OCA\Encryption; |