Skip to content

Commit 90dda28

Browse files
codexByron
authored andcommitted
Avoid hardlinks in Unicode clone test
1 parent 896fda9 commit 90dda28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_clone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_clone_from_with_path_contains_unicode(self):
8787
Repo.clone_from(
8888
url=self._small_repo_url(),
8989
to_path=path_with_unicode,
90+
no_hardlinks=True,
9091
)
9192
except UnicodeEncodeError:
9293
self.fail("Raised UnicodeEncodeError")

0 commit comments

Comments
 (0)