Browse Source

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

rename test_mount_hardlinks to test_fuse_mount_hardlinks (master)
TW 6 years ago
parent
commit
57c0103c32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/borg/testsuite/archiver.py

+ 1 - 1
src/borg/testsuite/archiver.py

@@ -798,7 +798,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.