whitelist audit.log

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/10048/head
Arthur Schiwon 6 years ago
parent 32647a4855
commit eded07f28f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23

@ -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…
Cancel
Save