bug#53801: [PATCH] tests: have printf(1) use octal numbers for POSIX conformance

2022-02-05 Thread Kerin Millar
Hello, The attached patch rectifies some test failures that were reported at https://bugs.gentoo.org/774363. Whether it be a builtin of sh(1) or not, POSIX does not require for the printf utility to support hexadecimal notation. -- Kerin Millar 0001-tests-have-printf-1-use-octal-numbers-for

bug#53801: [PATCH] tests: have printf(1) use octal numbers for POSIX conformance

2022-02-07 Thread Kerin Millar
On Mon, 7 Feb 2022 09:10:12 -0800 "Brian C. Lane" wrote: > On Mon, Feb 07, 2022 at 08:52:33AM -0800, Brian C. Lane wrote: > > On Sat, Feb 05, 2022 at 10:44:29AM +, Kerin Millar wrote: > > > Hello, > > > > > > The attached patch rectifies some te

bug#53801: [PATCH] tests: have printf(1) use octal numbers for POSIX conformance

2022-02-07 Thread Kerin Millar
Hi Brian, On Mon, 7 Feb 2022 08:52:29 -0800 "Brian C. Lane" wrote: > On Sat, Feb 05, 2022 at 10:44:29AM +, Kerin Millar wrote: > > Hello, > > > > The attached patch rectifies some test failures that were reported at > > https://bugs.gentoo.org/774363

bug#61128: [PATCH] Use complementation correctly in shell globs

2023-01-28 Thread Kerin Millar
Hello, The attached patch rectifies a spurious test failure reported at https://bugs.gentoo.org/890869. As explained by the commit message, the exclamation mark character should be used to perform negations within bracket expressions, not the circumflex character. -- Kerin Millar 0001-Use

bug#61129: [PATCH] Use any available UTF-8 locale in t0251; skip if none found

2023-01-28 Thread Kerin Millar
the test in the event that no such locale can be found rather than assume - potentially incorrectly - that either of en_US.UTF-8 and C.UTF-8 are available. -- Kerin Millar 0001-Use-any-available-UTF-8-locale-in-t0251-skip-if-none.patch Description: Binary data