vasnprintf-posix-tests: allow rounding 1.5 to 1
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Mar 2013 17:45:29 +0000 (09:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Mar 2013 17:45:52 +0000 (09:45 -0800)
commit167b9ca0ded4e13d5d4559809a4d01f1eddba11e
treeea5d6c25a5206e1e9eb09e6a8f25e6fdf63c039a
parent26c4b323bf8508a942acb521566c3a0c4309fbff
vasnprintf-posix-tests: allow rounding 1.5 to 1

* tests/test-vasnprintf-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.  Reported by Gary V. Vaughan in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00019.html>.
ChangeLog
tests/test-vasnprintf-posix.c