diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-24 20:20:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-24 20:20:48 +0100 |
commit | cb30f42f7bc893cc674ad1a35b284d40c0f11ac6 (patch) | |
tree | 5df997cc8026a5d16691a1bd57ca606fe94e94c9 /tests/test_profile.py | |
parent | ee2d91256166ce9cecc8c0d651db77fabcd8b1ca (diff) | |
download | gemato-cb30f42f7bc893cc674ad1a35b284d40c0f11ac6.tar.gz |
Ignore lost+found in case repo was mounted on separate ext* filesystem
Diffstat (limited to 'tests/test_profile.py')
-rw-r--r-- | tests/test_profile.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |