File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4618,7 +4618,7 @@ class OffsetValidationTests(unittest.TestCase):
46184618 + b"\xff " * 11 + SPACE
46194619 # mtime, space: 12 bytes
46204620 + tarfile .NUL * 11 + SPACE
4621- # chksum: 8 spaces
4621+ # chksum: 8 bytes
46224622 + b"0011407" + tarfile .NUL
46234623 # type: 1 byte
46244624 + tarfile .REGTYPE
@@ -4652,7 +4652,7 @@ class OffsetValidationTests(unittest.TestCase):
46524652 + b"\xff " * 11 + SPACE
46534653 # mtime, space: 12 bytes
46544654 + tarfile .NUL * 11 + SPACE
4655- # chksum: 8 spaces
4655+ # chksum: 8 bytes
46564656 + b"0011327" + tarfile .NUL
46574657 # type: 1 byte
46584658 + tarfile .REGTYPE
@@ -4684,7 +4684,7 @@ class OffsetValidationTests(unittest.TestCase):
46844684 + b"\xff " * 11 + SPACE
46854685 # mtime, space: 12 bytes
46864686 + tarfile .NUL * 11 + SPACE
4687- # chksum: 8 spaces
4687+ # chksum: 8 bytes
46884688 + b"0010070" + tarfile .NUL
46894689 # type: 1 byte
46904690 + tarfile .REGTYPE
You can’t perform that action at this time.
0 commit comments