tar/asm: troubleshooting padding EOF issue

Reference #65

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-07-21 08:50:40 -04:00
parent db25994f5b
commit cad1f451fd
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
2 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ var testCases = []struct {
{"./testdata/iso-8859.tar.gz", "ddafa51cb03c74ec117ab366ee2240d13bba1ec3", 10240},
{"./testdata/extranils.tar.gz", "e187b4b3e739deaccc257342f4940f34403dc588", 10648},
{"./testdata/notenoughnils.tar.gz", "72f93f41efd95290baa5c174c234f5d4c22ce601", 512},
{"./testdata/1c51fc286aa95d9413226599576bafa38490b1e292375c90de095855b64caea6", "946caa03167a8cc707db6ff9785608b652e631dc", 1024},
}
func TestTarStream(t *testing.T) {