mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
whitelist audit.log
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
@@ -299,6 +299,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
|
||||
static protected function tearDownAfterClassCleanStrayDataFiles($dataDir) {
|
||||
$knownEntries = array(
|
||||
'nextcloud.log' => true,
|
||||
'audit.log' => true,
|
||||
'owncloud.db' => true,
|
||||
'.ocdata' => true,
|
||||
'..' => true,
|
||||
|
||||
Reference in New Issue
Block a user