{{ message }}
Commit f377fc7
Avoid hardlinks in Unicode clone test
Even after packing fixture objects, Git may hardlink repository metadata such
as the commit-graph during a local clone. Those read-only hardlinks made the
Unicode-path test fail only when Python 3.7 on Windows cleaned its temporary
directory.
Pass --no-hardlinks for this local fixture clone. The test remains focused on
Unicode path handling and no longer depends on platform-specific hardlink
cleanup behavior.1 parent f656e01 commit f377fc7
1 file changed
Lines changed: 1 addition & 0 deletions

0 commit comments