-
-
Notifications
You must be signed in to change notification settings - Fork 837
Closed
Description
All of these issues have been fixed in #1373.
-
No ACLs:
KeyError: 'acl_access'pops up a bunch - also present on ntfs-3g (see Tests failing on ntfs-3g #1363) -
No FIFOs:
# FIFO node > os.mkfifo(os.path.join(self.input_path, 'fifo1')) E PermissionError: [Errno 1] Operation not permitted .tox/py35/lib/python3.5/site-packages/borg/testsuite/archiver.py:290: PermissionError -
No unix sockets:
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) > sock.bind(os.path.join(self.input_path, 'unix-socket')) E PermissionError: [Errno 1] Operation not permitted .tox/py35/lib/python3.5/site-packages/borg/testsuite/archiver.py:377: PermissionError -
No hardlinks:
self.cmd('extract', self.repository_location + '::test', '--strip-components', '2') > assert os.stat('hardlink').st_nlink == 2 E AssertionError: assert 1 == 2 .tox/py35/lib/python3.5/site-packages/borg/testsuite/archiver.py:563: AssertionError
These should be fixed before #1359 is merged.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels