summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-21 10:30:24 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-05-21 10:30:24 +0200
commit64591cf7547258aa15136329d8ed582701b4107a (patch)
treece2da66413d8fdb2169ac5ddbb4af39de7d843da /apps/files_encryption/tests
parentc9e862ccbae4a659d8bb449ec63de1aa4756df28 (diff)
downloadnextcloud-server-64591cf7547258aa15136329d8ed582701b4107a.tar.gz
nextcloud-server-64591cf7547258aa15136329d8ed582701b4107a.zip
move 3rdparty dependencies to app
Diffstat (limited to 'apps/files_encryption/tests')
-rwxr-xr-xapps/files_encryption/tests/crypt.php2
-rwxr-xr-xapps/files_encryption/tests/share.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php
index 049f3fb5d98..eaedc485413 100755
--- a/apps/files_encryption/tests/crypt.php
+++ b/apps/files_encryption/tests/crypt.php
@@ -7,7 +7,7 @@
* See the COPYING-README file.
*/
-require_once realpath(dirname(__FILE__) . '/../../../3rdparty/Crypt_Blowfish/Blowfish.php');
+require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');
require_once realpath(dirname(__FILE__) . '/../../../lib/base.php');
require_once realpath(dirname(__FILE__) . '/../lib/crypt.php');
require_once realpath(dirname(__FILE__) . '/../lib/keymanager.php');
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php
index 849f16c696d..e205ff2b62e 100755
--- a/apps/files_encryption/tests/share.php
+++ b/apps/files_encryption/tests/share.php
@@ -20,7 +20,7 @@
*
*/
-require_once realpath(dirname(__FILE__) . '/../../../3rdparty/Crypt_Blowfish/Blowfish.php');
+require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');
require_once realpath(dirname(__FILE__) . '/../../../lib/base.php');
require_once realpath(dirname(__FILE__) . '/../lib/crypt.php');
require_once realpath(dirname(__FILE__) . '/../lib/keymanager.php');