bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xstrtol: fix test failure on mingw


From: Ralf Wildenhues
Subject: Re: xstrtol: fix test failure on mingw
Date: Sat, 26 Apr 2008 18:10:56 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi Bruno,

* Bruno Haible wrote on Sat, Apr 26, 2008 at 02:15:27PM CEST:
> 2008-04-26  Bruno Haible  <address@hidden>
> 
>       * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
>       on Solaris.
>       * tests/test-xstrtoimax.sh: Likewise.
>       * tests/test-xstrtoumax.sh: Likewise.
>       Reported by Ralf Wildenhues <address@hidden>.
> 

> + # Find out how to remove carriage returns from output. Solaris /usr/ucb/tr
> + # does not understand '\r'.
> + if echo solaris | tr -d '\r' | grep solais > /dev/null; then

s/solais/solaris/
Likewise in the other files.

> +   cr='\015'
> + else
> +   cr='\r'
> + fi
> + 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]