summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2019-11-30 13:56:33 +0800
committerJim Meyering <meyering@fb.com>2019-11-30 13:58:09 +0800
commit8b994007afb9e1750164282b18ff5209cde8fef5 (patch)
tree4669f1802925b54644fdefa73151e30b2535dc0f
parentdccdd4c48e99112644046fd72fc756c5e9c0eb25 (diff)
downloadgrep-8b994007afb9e1750164282b18ff5209cde8fef5.tar.gz
maint: fix test comment
* tests/mb-non-UTF8-word-boundary: Also correct "introduced-in" version number in a comment here.
-rwxr-xr-xtests/mb-non-UTF8-word-boundary2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mb-non-UTF8-word-boundary b/tests/mb-non-UTF8-word-boundary
index a29193d2..c4502e8c 100755
--- a/tests/mb-non-UTF8-word-boundary
+++ b/tests/mb-non-UTF8-word-boundary
@@ -23,7 +23,7 @@ fail=0
echo ab > in || framework_failure_
-# This would mistakenly print its input line from grep-3.0..3.3
+# This would mistakenly print its input line from grep-2.28..3.3
returns_ 1 grep -Fw b in || fail=1
Exit $fail