mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
whitelist audit.log
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
32647a4855
commit
eded07f28f
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue