Merge pull request #4313 from ThomasWaldmann/fix-tests-1.1

fix duplicate test method name, fixes #4311
This commit is contained in:
TW 2019-02-03 03:56:02 +01:00 committed by GitHub
commit c10883a1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2868,7 +2868,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'):