summaryrefslogtreecommitdiff
path: root/tests/misc/od
diff options
context:
space:
mode:
authorJim Meyering <meyering@rho.meyering.net>2007-12-01 16:18:00 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 16:22:47 +0100
commit9fed2e35c09dc9a19629369f4994c65bc1c94926 (patch)
treed7e672d3fffaed76b9f1126c1aa2ed5550cf9e5a /tests/misc/od
parent20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf (diff)
downloadcoreutils-9fed2e35c09dc9a19629369f4994c65bc1c94926.tar.xz
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.
Diffstat (limited to 'tests/misc/od')
-rwxr-xr-xtests/misc/od2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od b/tests/misc/od
index d827c2b07..bf41c3846 100755
--- a/tests/misc/od
+++ b/tests/misc/od
@@ -59,7 +59,7 @@ my $proc_file_byte_count = $len;
my @Tests =
(
# Skip the exact length of the input file.
- # Before coreutils-6.10, this would ignore the "-j 1".
+ # Up to coreutils-6.9, this would ignore the "-j 1".
['j-bug1', '-c -j 1 -An', {IN=>{g=>'a'}}, {OUT=>''}],
['j-bug2', '-c -j 2 -An', {IN=>{g=>'a'}}, {IN=>{h=>'b'}}, {OUT=>''}],
# Skip the sum of the lengths of the first three inputs.