From 9fed2e35c09dc9a19629369f4994c65bc1c94926 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Dec 2007 16:18:00 +0100 Subject: Change comments: say bug present up to coreutils-6.9, not fixed in 6.10. * tests/cut/Test.pm: Adjust comment. * tests/misc/cut: Likewise. * tests/misc/ls-misc: Likewise. * tests/misc/od: Likewise. * tests/misc/stty-invalid: Likewise. * tests/tr/Test.pm: Likewise. --- tests/tr/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tr') 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. -- cgit v1.2.3-54-g00ecf