]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Describe eq-wid-2 failure conditions.
authorJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 12:53:37 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 12:53:37 +0000 (12:53 +0000)
tests/seq/basic

index a8f6ba552d045b6d539226d7704c7f62e72aebba..8d00e1f539ab06bbb2b292c66f61deb45406fb9b 100755 (executable)
@@ -33,6 +33,9 @@ my @Tests =
    ['neg-4',   qw(1 -1 -1),    {OUT => [qw(1 0 -1)]}],
 
    ['eq-wid-1',        qw(-w 1 -1 -1), {OUT => [qw(01 00 -1)]}],
+
+   # Prior to 2.0g, this test would fail on e.g., HPUX systems
+   # because it'd end up using %3.1f as the format instead of %4.1f.
    ['eq-wid-2',        qw(-w -.1 .1 .1),{OUT => [qw(-0.1 00.0 00.1)]}],
   );