Skip to content

Commit f21d8f3

Browse files
skip_unless_hardlink for Android/Emscriptem.
1 parent 0caa3e0 commit f21d8f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_tarfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,6 +4453,7 @@ def test_sneaky_hardlink_fallback_deep(self):
44534453
self.expect_file("s", symlink_to=os.path.join('..', 'escape'))
44544454

44554455
@symlink_test
4456+
@os_helper.skip_unless_hardlink
44564457
def test_sneaky_hardlink_relocation(self):
44574458
with ArchiveMaker() as arc:
44584459
arc.add("a/escape", content="decoy")

0 commit comments

Comments
 (0)