summaryrefslogtreecommitdiff
path: root/testsuite/compile-errors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compile-errors.sh')
-rw-r--r--testsuite/compile-errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/compile-errors.sh b/testsuite/compile-errors.sh
index d4198ee..fa83758 100644
--- a/testsuite/compile-errors.sh
+++ b/testsuite/compile-errors.sh
@@ -262,7 +262,7 @@ compare_ exp-unterm-y err-unterm-y5 || fail=1
# Y command with bad legth (Y_CMD_LEN)
# TODO: check with multibyte strings.
cat <<\EOF >exp-bad-y-len || framework_failure_
-sed: -e expression #1, char 7: strings for `y' command are different lengths
+sed: -e expression #1, char 7: `y' command strings have different lengths
EOF
returns_ 1 sed 'y/a/bb/' </dev/null 2>err-bad-y-len || fail=1
compare_ exp-bad-y-len err-bad-y-len || fail=1