From eded07f28fade99bdb7d832bf9294cbd609e2802 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 29 Jun 2018 11:03:13 +0200 Subject: [PATCH] whitelist audit.log Signed-off-by: Arthur Schiwon --- tests/lib/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php index 9207658051..96ee0f06f8 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -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,