mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
Merge pull request #4314 from ThomasWaldmann/fix-tests-master
fix duplicate test method name, fixes #4311
This commit is contained in:
commit
de288cd6b2
1 changed files with 1 additions and 1 deletions
|
@ -2857,7 +2857,7 @@ def test_export_tar_strip_components_links(self):
|
||||||
|
|
||||||
@requires_hardlinks
|
@requires_hardlinks
|
||||||
@requires_gnutar
|
@requires_gnutar
|
||||||
def test_extract_hardlinks(self):
|
def test_extract_hardlinks_tar(self):
|
||||||
self._extract_hardlinks_setup()
|
self._extract_hardlinks_setup()
|
||||||
self.cmd('export-tar', self.repository_location + '::test', 'output.tar', 'input/dir1')
|
self.cmd('export-tar', self.repository_location + '::test', 'output.tar', 'input/dir1')
|
||||||
with changedir('output'):
|
with changedir('output'):
|
||||||
|
|
Loading…
Reference in a new issue