whitelist audit.log

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-06-29 11:03:13 +02:00
parent 32647a4855
commit eded07f28f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 0 deletions

View File

@ -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,