aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-29 11:03:13 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-29 11:03:13 +0200
commiteded07f28fade99bdb7d832bf9294cbd609e2802 (patch)
tree2115a96c878a681eec6783e1524ce6842c33faa6 /tests
parent32647a4855b8b4878d151b4a6815965cb9edd78a (diff)
downloadnextcloud-server-eded07f28fade99bdb7d832bf9294cbd609e2802.tar.gz
nextcloud-server-eded07f28fade99bdb7d832bf9294cbd609e2802.zip
whitelist audit.log
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/TestCase.php1
1 files changed, 1 insertions, 0 deletions
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,