From eded07f28fade99bdb7d832bf9294cbd609e2802 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@arthur-schiwon.de>
Date: Fri, 29 Jun 2018 11:03:13 +0200
Subject: [PATCH] whitelist audit.log

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
---
 tests/lib/TestCase.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php
index 92076580510..96ee0f06f8c 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,
-- 
GitLab