1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 04:37:34 +00:00

Merge pull request #4570 from ThomasWaldmann/rename-fuse-based-test-master

rename test_mount_hardlinks to test_fuse_mount_hardlinks (master)
This commit is contained in:
TW 2019-05-16 05:30:06 +02:00 committed by GitHub
commit 57c0103c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -798,7 +798,7 @@ def _extract_hardlinks_setup(self):
@requires_hardlinks
@unittest.skipUnless(has_llfuse, 'llfuse not installed')
def test_mount_hardlinks(self):
def test_fuse_mount_hardlinks(self):
self._extract_hardlinks_setup()
mountpoint = os.path.join(self.tmpdir, 'mountpoint')
# we need to get rid of permissions checking because fakeroot causes issues with it.