summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-09-26 17:06:52 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-09-26 17:06:52 (GMT)
commite091f92c6bf7486019246268aaf9e251313ae120 (patch)
tree742a8816bdb97b57be2624a689fc0341d321b17d /tests
parentb730c0e5a483d8a0a348f211aadf08ec8e19be70 (diff)
downloadtcl-e091f92c6bf7486019246268aaf9e251313ae120.zip
tcl-e091f92c6bf7486019246268aaf9e251313ae120.tar.gz
tcl-e091f92c6bf7486019246268aaf9e251313ae120.tar.bz2
Fix [23dd83ce7c]. Still need to check other ckallocs for 0 length
Diffstat (limited to 'tests')
-rw-r--r--tests/zipfs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index cb45b05..efbd233 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -358,10 +358,10 @@ test zipfs-4.5 {zipfs lmkimg: making image from mounted} -constraints zipfs -set
test zipfs-5.1 {zipfs mount_data: short data} -constraints zipfs -body {
zipfs mount_data {} gorp
-} -returnCodes error -result {archive directory end signature not found}
+} -returnCodes error -result {illegal file size}
test zipfs-5.2 {zipfs mount_data: short data} -constraints zipfs -body {
zipfs mount_data gorpGORPgorp gorp
-} -returnCodes error -result {archive directory end signature not found}
+} -returnCodes error -result {illegal file size}
test zipfs-5.3 {zipfs mount_data: short data} -constraints zipfs -body {
set data PK\x03\x04.....................................
append data PK\x01\x02.....................................