summaryrefslogtreecommitdiff
path: root/tests/misc/ls-misc
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/ls-misc
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/ls-misc')
-rwxr-xr-xtests/misc/ls-misc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/ls-misc b/tests/misc/ls-misc
index 1e4f327f9..9e0706577 100755
--- a/tests/misc/ls-misc
+++ b/tests/misc/ls-misc
@@ -138,11 +138,11 @@ my @Tests =
{OUT => "\e[0m\e[01;36md\e[0m\@\n\e[m"},
$slink_d, $unlink_d],
- # Test for a bug fixed in coreutils-6.10.
+ # Test for a bug fixed after coreutils-6.9.
['sl-target', '--color=always d',
{OUT => "\e[0m\e[01;34mX\e[0m\n\e[m"}, $target, $target2],
- # Test for another bug fixed in coreutils-6.10.
+ # Test for another bug fixed after coreutils-6.9.
# This one bites only for a system/file system with d_type support.
['sl-dangle', '--color=always d',
{OUT => "\e[0m\e[40;31;01mX\e[0m\n\e[m"},