summaryrefslogtreecommitdiffstats
path: root/tests/binary.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/binary.test')
-rw-r--r--tests/binary.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binary.test b/tests/binary.test
index 40b1315..3dff3d8 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -2734,7 +2734,7 @@ test binary-74.9 {binary encode uuencode} -body {
}
test binary-74.10 {binary encode uuencode} -returnCodes error -body {
binary encode uuencode -foo 30 abcabcabc
-} -result {bad option "-foo": must be -maxlen or -wrapchar}
+} -result {bad option "-foo": should be -maxlen or -wrapchar}
test binary-74.11 {binary encode uuencode} -returnCodes error -body {
binary encode uuencode -maxlen 1 abcabcabc
} -result {line length out of range}