We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478b95c commit 0dd2621Copy full SHA for 0dd2621
2 files changed
tests/lib/Log/FileTest.php
@@ -55,7 +55,9 @@ protected function tearDown() {
55
} else {
56
$config->deleteValue("logdateformat");
57
}
58
+ $testLogPath = $this->logFile->getLogFilePath();
59
$this->logFile = new File($this->restore_logfile, '', $config);
60
+ unlink($testLogPath);
61
parent::tearDown();
62
63
tests/lib/TestCase.php
@@ -301,6 +301,7 @@ static protected function tearDownAfterClassCleanStrayDataFiles($dataDir) {
301
'nextcloud.log' => true,
302
'audit.log' => true,
303
'owncloud.db' => true,
304
+ 'owncloud.db-shm' => true,
305
'.ocdata' => true,
306
'..' => true,
307
'.' => true,
0 commit comments