diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-29 11:03:13 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-29 11:03:13 +0200 |
commit | eded07f28fade99bdb7d832bf9294cbd609e2802 (patch) | |
tree | 2115a96c878a681eec6783e1524ce6842c33faa6 /tests | |
parent | 32647a4855b8b4878d151b4a6815965cb9edd78a (diff) | |
download | nextcloud-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.php | 1 |
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, |