From: Björn Schießle Date: Tue, 25 Jun 2013 16:03:05 +0000 (+0200) Subject: fix getUidAndFilename() test X-Git-Tag: v6.0.0alpha2~507 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ec6350079f5eab706bb4567654c99c6f800a4f49;p=nextcloud-server.git fix getUidAndFilename() test --- diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php index cb10befc8e4..368b7b3dc3f 100755 --- a/apps/files_encryption/tests/util.php +++ b/apps/files_encryption/tests/util.php @@ -219,7 +219,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;