mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
fix duplicate test method name, fixes #4311
thanks to Anthony Sottile for finding this!
This commit is contained in:
parent
2d74e8e58d
commit
f4e1ba5995
1 changed files with 1 additions and 1 deletions
|
@ -2857,7 +2857,7 @@ def test_export_tar_strip_components_links(self):
|
|||
|
||||
@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'):
|
||||
|
|
Loading…
Reference in a new issue