summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zlib.test')
-rw-r--r--tests/zlib.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/zlib.test b/tests/zlib.test
index 2346ec7..cdf6af4 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -29,7 +29,7 @@ test zlib-1.1 {zlib basics} -constraints zlib -returnCodes error -body {
} -result {wrong # args: should be "zlib command arg ?...?"}
test zlib-1.2 {zlib basics} -constraints zlib -returnCodes error -body {
zlib ? {}
-} -result {bad command "?": must be adler32, compress, crc32, decompress, deflate, gunzip, gzip, inflate, push, or stream}
+} -result {bad command "?": should be adler32, compress, crc32, decompress, deflate, gunzip, gzip, inflate, push, or stream}
test zlib-1.3 {zlib basics} -constraints zlib -body {
zlib::pkgconfig list
} -result zlibVersion
@@ -83,7 +83,7 @@ test zlib-7.0 {zlib stream} -constraints zlib -returnCodes error -setup {
$s ?
} -cleanup {
$s close
-} -result {bad option "?": must be add, checksum, close, eof, finalize, flush, fullflush, get, header, put, or reset}
+} -result {bad option "?": should be add, checksum, close, eof, finalize, flush, fullflush, get, header, put, or reset}
test zlib-7.1 {zlib stream} zlib {
set s [zlib stream compress]
$s put -finalize abcdeEDCBA
@@ -745,7 +745,7 @@ test zlib-10.0 "bug #2818131 (close with null interp)" -constraints {
close $srv
rename bgerror {}
} -returnCodes error \
- -result {bad event name "xyzzy": must be readable or writable}
+ -result {bad event name "xyzzy": should be readable or writable}
test zlib-10.1 "bug #2818131 (mismatch read)" -constraints {
zlib
} -setup {