+2007-10-30 Jim Meyering <meyering@redhat.com>
+
+ Avoid seq floating-point test failure on FreeBSD 6.1.
+ * tests/misc/seq (float-4): Also accept -0.0.
+
2007-10-29 Jim Meyering <meyering@redhat.com>
Change a "make dist" diagnostic.
['float-1', qw(0.8 0.1 0.9), {OUT => [qw(0.8 0.9)]}],
['float-2', qw(0.1 0.99 1.99), {OUT => [qw(0.10 1.09)]}],
['float-3', qw(10.8 0.1 10.95), {OUT => [qw(10.8 10.9)]}],
- ['float-4', qw(0.1 -0.1 -0.2), {OUT => [qw(0.1 0.0 -0.1 -0.2)]}],
+ ['float-4', qw(0.1 -0.1 -0.2), {OUT => [qw(0.1 0.0 -0.1 -0.2)]},
+ {OUT_SUBST => 's,^-0\.0$,0.0,'},
+ ],
['float-5', qw(0.8 1e-1 0.9), {OUT => [qw(0.8 0.9)]}],
['float-6', qw(0.8 0.1 0.90000000000000000000), {OUT => [qw(0.8 0.9)]}],