Explorar o código

Merge pull request #4314 from ThomasWaldmann/fix-tests-master

fix duplicate test method name, fixes #4311
TW %!s(int64=6) %!d(string=hai) anos
pai
achega
de288cd6b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/testsuite/archiver.py

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

@@ -2857,7 +2857,7 @@ id: 2 / e29442 3506da 4e1ea7 / 25f62a 5a3d41 - 02
 
     @requires_hardlinks
     @requires_gnutar
-    def test_extract_hardlinks(self):
+    def test_extract_hardlinks_tar(self):
         self._extract_hardlinks_setup()
         self.cmd('export-tar', self.repository_location + '::test', 'output.tar', 'input/dir1')
         with changedir('output'):