Re: Automated report: NetBSD-current/i386 test failure
Robert Elz <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Date: Sun, 14 Dec 2025 21:17:56 +0000 (UTC)
From: NetBSD Test Fixture <[email protected]>
Message-ID: <[email protected]>
| The newly failing test cases are:
| bin/df/t_df:hflag
| bin/df/t_df:normal
Those are because df now rounds up percentages (as POSIX specifies) rather
than rounds down, as it used to. I am fixing the expected output.
kre