Re: argp: fix test failure on mingw

2008-04-22 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: ... > -}' | diff -c $TMP - > +}' | LC_ALL=C tr -d '\r' | diff -c $TMP - Here, too: using tr -d '\015' is more portable.

argp: fix test failure on mingw

2008-04-21 Thread Bruno Haible
This fixes a test failure on mingw, in the cygwin development environment. 2008-04-21 Bruno Haible <[EMAIL PROTECTED]> Fix test failure on mingw. * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output. --- tests/test-argp-2.sh.orig 2008-04-22 00:30:20.0 +