From cb30f42f7bc893cc674ad1a35b284d40c0f11ac6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Nov 2017 20:20:02 +0100 Subject: Ignore lost+found in case repo was mounted on separate ext* filesystem --- tests/test_profile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_profile.py') diff --git a/tests/test_profile.py b/tests/test_profile.py index 5f56dd2..a7467b5 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -101,6 +101,7 @@ class EbuildRepositoryTests(TempDirTestCase): EXPECTED_IGNORE = [ 'distfiles', 'local', + 'lost+found', 'packages', 'metadata/timestamp', 'metadata/timestamp.chk', -- cgit v1.2.3