From 8bed3021bd0e78105f74d0ff2d948bf720eb2e4d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 21 Jul 2019 20:29:11 +0200 Subject: Exclude .rnd files from integrity check Signed-off-by: Daniel Kesselberg --- .../lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php index 124618eb538..8d5c38d275a 100644 --- a/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php +++ b/tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php @@ -45,6 +45,7 @@ class ExcludeFileByNameFilterIteratorTest extends TestCase { ['.webapp-nextcloud-15.0.2', false], ['.webapp-nextcloud-14.0.5-r3', false], ['wx.webapp-nextcloud-obee', true], + ['.rnd', false], ]; } -- cgit v1.2.3