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

rename fuse based test
This commit is contained in:
TW 2019-05-16 01:11:19 +02:00 committed by GitHub
commit 87827b7443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ class ArchiverTestCase(ArchiverTestCaseBase):
@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.