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):
4618
4618
+ b"\xff " * 11 + SPACE
4619
4619
# mtime, space: 12 bytes
4620
4620
+ tarfile .NUL * 11 + SPACE
4621
- # chksum: 8 spaces
4621
+ # chksum: 8 bytes
4622
4622
+ b"0011407" + tarfile .NUL
4623
4623
# type: 1 byte
4624
4624
+ tarfile .REGTYPE
@@ -4652,7 +4652,7 @@ class OffsetValidationTests(unittest.TestCase):
4652
4652
+ b"\xff " * 11 + SPACE
4653
4653
# mtime, space: 12 bytes
4654
4654
+ tarfile .NUL * 11 + SPACE
4655
- # chksum: 8 spaces
4655
+ # chksum: 8 bytes
4656
4656
+ b"0011327" + tarfile .NUL
4657
4657
# type: 1 byte
4658
4658
+ tarfile .REGTYPE
@@ -4684,7 +4684,7 @@ class OffsetValidationTests(unittest.TestCase):
4684
4684
+ b"\xff " * 11 + SPACE
4685
4685
# mtime, space: 12 bytes
4686
4686
+ tarfile .NUL * 11 + SPACE
4687
- # chksum: 8 spaces
4687
+ # chksum: 8 bytes
4688
4688
+ b"0010070" + tarfile .NUL
4689
4689
# type: 1 byte
4690
4690
+ tarfile .REGTYPE
You can’t perform that action at this time.
0 commit comments