Skip to content

Commit 22b4e78

Browse files
committed
Revert useless change
1 parent 2e68342 commit 22b4e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3949,7 +3949,7 @@ def test_realpath_limit_attack(self):
39493949
# path fits in PATH_MAX, but it overflows when the final symlink
39503950
# is expanded
39513951
steps = "abcdefghijklmnop"
3952-
if sys.platform in ('win32', 'cygwin'):
3952+
if sys.platform == 'win32':
39533953
component = 'd' * 25
39543954
elif 'PC_PATH_MAX' in os.pathconf_names:
39553955
max_path_len = os.pathconf(self.outerdir.parent, "PC_PATH_MAX")

0 commit comments

Comments
 (0)