Lines Matching refs:symlink
1369 path = os.path.join(TEMPDIR, "symlink")
1370 os.symlink("link_target", path)
1476 target_file = os.path.join(tempdir,'symlink')
1479 os.symlink(source_file, target_file)
1482 tar.add(target_file, arcname="symlink")
1483 # Let's extract it to the location which contains the symlink
2812 @unittest.skipIf(hasattr(os, "symlink"),
2813 "Skip emulation if symlink exists")
2817 @unittest.skipIf(hasattr(os, "symlink"),
2818 "Skip emulation if symlink exists")
3312 # `skip_unless_symlink` skip symlink tests. "
3315 # Like other symlink tests, skip these on WASI for now.
3318 return unittest.skip("WASI: Skip symlink test for now")(f)
3379 # The symlink might be the same (textually) as what we expect,
3445 # Windows will refuse to create a file that's a symlink to itself
3469 # No symlink support. The symlinks are ignored.
3514 # Test symlink to an absolute path
3540 "'parent' is a symlink to an absolute path")
3563 # The symlink can't be extracted and is ignored