[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.8.90 pretest on mingw
From: |
Gavin Smith |
Subject: |
Re: texinfo-6.8.90 pretest on mingw |
Date: |
Sun, 23 Oct 2022 11:55:08 +0100 |
On Sun, Oct 23, 2022 at 12:58:34PM +0300, Eli Zaretskii wrote:
> This could be due to Diff. I have long ago replaced the MSYS Diff
> with the following shell script (and gladly forgot about this issue):
>
> #! /bin/sh
> # diff --- like diff.exe but ignore trailing CR characters
> /bin/real_diff --strip-trailing-cr $*
>
> where 'real_diff' is the original Diff program, renamed.
>
> So maybe the install-info test suite should do something similar.
We could use a shell variable DIFF in the tests and set
DIFF='diff --strip-trailing-cr'
when needed.
This would keep the CR handling contained and stop it spreading throughout
the code.
There doesn't appear to be a similar option for 'grep'. However,
since it is just the one test, we can easily work around the problem
by taking the '$' out - the test in question would still work properly.
- Re: texinfo-6.8.90 pretest on mingw, (continued)
Re: texinfo-6.8.90 pretest on mingw, Eli Zaretskii, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw,
Gavin Smith <=
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Bruno Haible, 2022/10/29
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw, Bruno Haible, 2022/10/29
Re: texinfo-6.8.90 pretest on other platforms, Bruno Haible, 2022/10/22
Re: texinfo-6.8.90 pretest, Andreas Schwab, 2022/10/24
Re: texinfo-6.8.90 pretest, Jean-Charles Malahieude, 2022/10/28