summaryrefslogtreecommitdiffstats
path: root/tests
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)
commit1aa76f11131f03e095b8df149e4f8ba406c88cde (patch)
tree4224a3ad4f5a191a02fc1e46101b214d87107adf /tests
parentfa02e7f947236f2d780798ba13956209e355036e (diff)
downloadtcl-1aa76f11131f03e095b8df149e4f8ba406c88cde.zip
tcl-1aa76f11131f03e095b8df149e4f8ba406c88cde.tar.gz
tcl-1aa76f11131f03e095b8df149e4f8ba406c88cde.tar.bz2
[50750c735a] Fix for uninit memory handling issue in zlib transforms.bug_50750c735a
Diffstat (limited to 'tests')
-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