[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.8.90 pretest on mingw
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-6.8.90 pretest on mingw |
Date: |
Sun, 23 Oct 2022 12:58:34 +0300 |
> From: Bruno Haible <bruno@clisp.org>
> Cc: eliz@gnu.org
> Date: Sun, 23 Oct 2022 01:43:34 +0200
>
> - nearly all of the 'ii-????-test' tests fail,
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.
- Re: texinfo-6.8.90 pretest on mingw, (continued)
Re: texinfo-6.8.90 pretest on mingw, Eli Zaretskii, 2022/10/23
mingw-w64 CR handling, Gavin Smith, 2022/10/23
Re: mingw-w64 CR handling, Bruno Haible, 2022/10/23
Re: mingw-w64 CR handling, Eli Zaretskii, 2022/10/23
Re: texinfo-6.8.90 pretest on mingw,
Eli Zaretskii <=
Re: texinfo-6.8.90 pretest on mingw, Gavin Smith, 2022/10/23
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