summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2017-04-25 19:32:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2017-04-25 19:32:46 (GMT)
commit85dbf412fdd48e0963d920799c9b611556663b1c (patch)
tree4224a3ad4f5a191a02fc1e46101b214d87107adf /tests/zlib.test
parent1f25f80d5bca40729db30c5a551cdbf1e6fa145a (diff)
downloadtcl-85dbf412fdd48e0963d920799c9b611556663b1c.zip
tcl-85dbf412fdd48e0963d920799c9b611556663b1c.tar.gz
tcl-85dbf412fdd48e0963d920799c9b611556663b1c.tar.bz2
[50750c735a] Fix for uninit memory handling issue in zlib transforms.
Diffstat (limited to 'tests/zlib.test')
-rw-r--r--tests/zlib.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib.test b/tests/zlib.test
index 9f06eb1..c2f7825 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -1004,7 +1004,7 @@ test zlib-12.2 {Patrick Dunnigan's issue} -constraints zlib -setup {
} -cleanup {
removeFile $filesrc
removeFile $filedst
-} -result 4152
+} -result 56
::tcltest::cleanupTests
return