mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
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.
This commit is contained in:
committed by
Jim Meyering
parent
20ef6c7b9c
commit
9fed2e35c0
@@ -111,7 +111,7 @@ my @tv = (
|
||||
['od-overlap4', '-b1-3,2-3 --output-d=:', "abcd\n", "abc\n", 0],
|
||||
['od-overlap5', '-b1-3,1-4 --output-d=:', "abcde\n", "abcd\n", 0],
|
||||
|
||||
# None of the following invalid ranges provoked an error before coreutils-6.10.
|
||||
# None of the following invalid ranges provoked an error up to coreutils-6.9.
|
||||
['inval1', '-f 2-0', '', '', 1],
|
||||
['inval2', '-f -', '', '', 1],
|
||||
['inval3', '-f 4,-', '', '', 1],
|
||||
|
||||
Reference in New Issue
Block a user