summaryrefslogtreecommitdiff
path: root/tests/tr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tr')
-rw-r--r--tests/tr/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm
index 804c5cb38..7b25a156e 100644
--- a/tests/tr/Test.pm
+++ b/tests/tr/Test.pm
@@ -133,7 +133,7 @@ my @tv = (
# From Glenn Fowler.
['fowler-1', q|ah -H|, 'aha', '-H-', 0],
-# Prior to coreutils-6.10, this would provoke a failed assertion.
+# Up to coreutils-6.9, this would provoke a failed assertion.
['no-abort-1', '-c ' . q|a '[b*256]'|, 'abc', 'abb', 0],
# Up to coreutils-6.9, tr rejected an unmatched [:lower:] or [:upper:] in SET1.