=================================== FAILURES ===================================
_________________ ArchiverTestCase.test_exclude_normalization __________________
self = <borg.testsuite.archiver.ArchiverTestCase testMethod=test_exclude_normalization>
def test_exclude_normalization(self):
self.cmd('init', '--encryption=repokey', self.repository_location)
self.create_regular_file('file1', size=1024 * 80)
self.create_regular_file('file2', size=1024 * 80)
with changedir('input'):
self.cmd('create', '--exclude=file1', self.repository_location + '::test1', '.')
with changedir('output'):
> self.cmd('extract', self.repository_location + '::test1')
src/borg/testsuite/archiver.py:1726:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/borg/testsuite/archiver.py:295: in cmd
self.assert_equal(ret, exit_code)
E AssertionError: 1 != 0
----------------------------- Captured stdout call -----------------------------
.: extended stat (ACLs): [Errno -2147459069] No such file or directory: '/boot/system/cache/tmp/tmphsdu_nxf/output/.'
file2: open: [Errno -2147459069] No such file or directory: '/boot/system/cache/tmp/tmphsdu_nxf/output/file2'