diff options
-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, |