whitelist audit.log
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
32647a4855
commit
eded07f28f
|
@ -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 New Issue