Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-27 Thread David Levine
Philipp wrote: > [2023-08-26 17:39] David Levine > > Philipp wrote: > > > > > [2023-08-26 15:28] David Levine > > > > > > > > The NUL byte is output as \x00: > > > > > > I found the problem: The build in printf of dash don't write a NUL. > > > Using printf from path to generate the test and

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-27 Thread Philipp
[2023-08-26 17:39] David Levine > Philipp wrote: > > > [2023-08-26 15:28] David Levine > > > > > > The NUL byte is output as \x00: > > > > I found the problem: The build in printf of dash don't write a NUL. > > Using printf from path to generate the test and expected file works as > > expected.

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread David Levine
Philipp wrote: > [2023-08-26 15:28] David Levine > > > > The NUL byte is output as \x00: > > I found the problem: The build in printf of dash don't write a NUL. > Using printf from path to generate the test and expected file works as > expected. Thank you! I'll update the test. David

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread Philipp
[2023-08-26 15:28] David Levine > Philipp wrote: > > > This test now passes. > > Thank you for reporting the test failure and for confirming the fix. > > > Here you go: > > $ od -ax /tmp/nmh/test/testdir/test-binary302898.actua > > Thanks. > > The NUL byte is output as \x00: I found the problem:

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread David Levine
Philipp wrote: > This test now passes. Thank you for reporting the test failure and for confirming the fix. > Here you go: > $ od -ax /tmp/nmh/test/testdir/test-binary302898.actua Thanks. The NUL byte is output as \x00: > 260 y t e : sp \ x 0 0 . nl >7479

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread Philipp
[2023-08-26 14:33] David Levine > Philipp wrote: > > > LANG=en_US.UTF-8 > > LC_ALL= > > > I have "#define HAVE_ICONV 1" in config.h. I just run autogen.sh and > > configure without any arguments. > > Thanks, those match what I use. > > I just committed a fix to test-mhfixmsg. Different html

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread David Levine
Philipp wrote: > LANG=en_US.UTF-8 > LC_ALL= > I have "#define HAVE_ICONV 1" in config.h. I just run autogen.sh and > configure without any arguments. Thanks, those match what I use. I just committed a fix to test-mhfixmsg. Different html renderers produced different output. I replace a

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread Philipp Takacs
[2023-08-26 08:44] David Levine > Philipp wrote: > > > I have noticed that two tests (test-mhfixmsg and test-binary) fail > > on my computer. I use debian stable and configure outputs folloing: > > What is your locale? $ locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_CTYPE="en_US.UTF-8"

Re: test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread David Levine
Philipp wrote: > I have noticed that two tests (test-mhfixmsg and test-binary) fail > on my computer. I use debian stable and configure outputs folloing: What is your locale? Do your nmh build use iconv? David

test-mhfixmsg and test-binary fails on debian stable

2023-08-26 Thread Philipp
Hi I have noticed that two tests (test-mhfixmsg and test-binary) fail on my computer. I use debian stable and configure outputs folloing: nmh configuration - nmh version: 1.8+dev host os: x86_64-pc-linux-gnu compiler : cc