Skip to content

Commit 7ff96a2

Browse files
committed
Use shorter names on Android
1 parent 3b54acd commit 7ff96a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_tarfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,6 +3800,8 @@ def test_realpath_limit_attack(self):
38003800
component = 'd' * 55
38013801
elif sys.platform == 'win32':
38023802
component = 'd' * 25
3803+
elif sys.platform == 'android':
3804+
component = 'd' * 25
38033805
else:
38043806
component = 'd' * 247
38053807
steps = "abcdefghijklmnop"

0 commit comments

Comments
 (0)