]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix getUidAndFilename() test
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 25 Jun 2013 16:03:05 +0000 (18:03 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Fri, 5 Jul 2013 14:00:43 +0000 (16:00 +0200)
apps/files_encryption/tests/util.php

index cb10befc8e479b3de0692f363d397de761d4da43..368b7b3dc3f2a02427fc07d42db7955104463ee4 100755 (executable)
@@ -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;