瀏覽代碼

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

rename fuse based test
TW 6 年之前
父節點
當前提交
87827b7443
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/testsuite/archiver.py

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

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