diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-25 18:03:05 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-05 16:13:47 +0200 |
commit | 2fa95cdebc1002a596c846abc31ec63bfb8a9b10 (patch) | |
tree | 87af66321f892810ab020fdb9ebcbefdc7e43fdf /apps/files_encryption | |
parent | 0cc1f6e70a49fbd9a1e8bae0cb852cbde338ba31 (diff) | |
download | nextcloud-server-2fa95cdebc1002a596c846abc31ec63bfb8a9b10.tar.gz nextcloud-server-2fa95cdebc1002a596c846abc31ec63bfb8a9b10.zip |
fix getUidAndFilename() test
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/tests/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php index 95a78f06504..bf45b9c1d34 100755 --- a/apps/files_encryption/tests/util.php +++ b/apps/files_encryption/tests/util.php @@ -209,7 +209,7 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase { \OC_User::setUserId(\Test_Encryption_Util::TEST_ENCRYPTION_UTIL_USER1); - $filename = 'tmp-' . time() . '.test'; + $filename = '/tmp-' . time() . '.test'; // Disable encryption proxy to prevent recursive calls $proxyStatus = \OC_FileProxy::$enabled; |