summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-06-06 10:34:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-06-06 10:34:12 (GMT)
commiteb41635caa3911f42cd3be3ed014fc094e50b614 (patch)
treeafbb04093fafe0319e79521a038cdad18d2fbf16 /tests/zlib.test
parentdd548295cad0d0d2a8171953d79a2380efdd7244 (diff)
downloadtcl-eb41635caa3911f42cd3be3ed014fc094e50b614.zip
tcl-eb41635caa3911f42cd3be3ed014fc094e50b614.tar.gz
tcl-eb41635caa3911f42cd3be3ed014fc094e50b614.tar.bz2
making the -dictionary option work with streams
Diffstat (limited to 'tests/zlib.test')
-rw-r--r--tests/zlib.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zlib.test b/tests/zlib.test
index cfde1be..18b6f55 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -259,7 +259,7 @@ test zlib-8.9 {transformtion and fconfigure} -setup {
catch {close $outSide}
catch {close $inSide}
catch {$strm close}
-} -result {260 222}
+} -result {358 358}
test zlib-8.10 {transformtion and fconfigure} -setup {
lassign [chan pipe] inSide outSide
} -constraints zlib -body {
@@ -292,7 +292,7 @@ test zlib-8.11 {transformtion and fconfigure} -setup {
catch {close $outSide}
catch {close $inSide}
catch {$strm close}
-} -result {260 222}
+} -result {358 358}
test zlib-9.1 "check fcopy with push" -constraints zlib -setup {
set sfile [makeFile {} testsrc.gz]