mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-19 14:02:55 +00:00
rename test_mount_hardlinks to test_fuse_mount_hardlinks
so both can be excluded by "not test_fuse" (fedora does this for testing)
This commit is contained in:
parent
6eabcda139
commit
5e75c9ed86
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,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.
|
||||
|
|
Loading…
Reference in a new issue