vasprintf-posix-tests: allow rounding 1.5 to 1.
authorGary V. Vaughan <gary@gnu.org>
Sat, 9 Mar 2013 04:07:30 +0000 (11:07 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 9 Mar 2013 04:07:30 +0000 (11:07 +0700)
commit0fe13d91e3815a6b84686114d89fbc93a82d4997
treea31d89a1ff6884eef91509d0ee833a69fc9214c4
parentcc2981ec569dcbe10e4741d997c640676bbe2744
vasprintf-posix-tests: allow rounding 1.5 to 1.

* tests/test-vasprintf-posix.c (test_function): Don't insist on
round-to-even, since POSIX says rounding is implementation-defined
and OS X 10.8.2 rounds 1.5 to 1 here.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
tests/test-vasprintf-posix.c